trying to fix ci
This commit is contained in:
parent
95c00ae352
commit
0033b4055e
@ -55,7 +55,7 @@ jobs:
|
|||||||
|
|
||||||
# JS build for checking errors
|
# JS build for checking errors
|
||||||
- name: Compile Front-end
|
- name: Compile Front-end
|
||||||
run: npm run build --if-present
|
run: npm run build
|
||||||
|
|
||||||
# JS tests
|
# JS tests
|
||||||
# - name: Run JavaScript Tests
|
# - name: Run JavaScript Tests
|
||||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
|||||||
|
|
||||||
# JS build for checking errors
|
# JS build for checking errors
|
||||||
- name: Compile Front-end
|
- name: Compile Front-end
|
||||||
run: npm run build --if-present
|
run: npm run build
|
||||||
|
|
||||||
# JS tests
|
# JS tests
|
||||||
# - name: Run JavaScript Tests
|
# - name: Run JavaScript Tests
|
||||||
|
@ -11,7 +11,7 @@ COPY ./src /mixonomer/src/
|
|||||||
WORKDIR /mixonomer
|
WORKDIR /mixonomer
|
||||||
|
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
RUN npm run build --if-present
|
RUN npm run build
|
||||||
RUN sass src/scss/style.scss build/style.css
|
RUN sass src/scss/style.scss build/style.css
|
||||||
|
|
||||||
FROM python:3.11-slim as py
|
FROM python:3.11-slim as py
|
||||||
|
Loading…
Reference in New Issue
Block a user