Adding stage names
Some checks failed
Anatid Blog CI Workflow / test (./backend) (push) Successful in 27s
Anatid Blog CI Workflow / test (./frontend) (push) Failing after 6s
Anatid Blog CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/anatid-blog-backend, ./backend) (push) Successful in 35s
Anatid Blog CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/anatid-blog-frontend, ./frontend) (push) Successful in 43s
Some checks failed
Anatid Blog CI Workflow / test (./backend) (push) Successful in 27s
Anatid Blog CI Workflow / test (./frontend) (push) Failing after 6s
Anatid Blog CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/anatid-blog-backend, ./backend) (push) Successful in 35s
Anatid Blog CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/anatid-blog-frontend, ./frontend) (push) Successful in 43s
This commit is contained in:
parent
743c7d46f9
commit
f9b0f96ad8
@ -7,6 +7,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: catthehacker/ubuntu:act-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -19,11 +21,14 @@ jobs:
|
|||||||
uses: https://github.com/actions/setup-node@v3
|
uses: https://github.com/actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '18.19'
|
node-version: '18.19'
|
||||||
- run: npm ci
|
- name: Clean install
|
||||||
|
run: npm ci
|
||||||
working-directory: ./${{ matrix.workingdir }}
|
working-directory: ./${{ matrix.workingdir }}
|
||||||
- run: npm run lint
|
- name: Run lint
|
||||||
|
run: npm run lint
|
||||||
working-directory: ./${{ matrix.workingdir }}
|
working-directory: ./${{ matrix.workingdir }}
|
||||||
- run: npm run test
|
- name: Run tests
|
||||||
|
run: npm run test
|
||||||
working-directory: ./${{ matrix.workingdir }}
|
working-directory: ./${{ matrix.workingdir }}
|
||||||
|
|
||||||
build-and-push-images:
|
build-and-push-images:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user