Removing test phase to check deployment
Some checks failed
Music Collection CI Workflow / test (./backend) (push) Successful in 22s
Music Collection CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/msuic-collection-backend, ./backend) (push) Successful in 49s
Music Collection CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/music-collection-frontend, ./frontend) (push) Failing after 23s
Music Collection CI Workflow / deploy (push) Has been skipped
Music Collection CI Workflow / test (./frontend) (push) Successful in 18s

This commit is contained in:
Phill Pover 2025-04-02 17:14:49 +01:00
parent 2923b5f75a
commit 816a813857

View File

@ -28,9 +28,9 @@ jobs:
# - name: Run lint # - name: Run lint
# run: npm run lint # run: npm run lint
# working-directory: ./${{ matrix.workingdir }} # working-directory: ./${{ matrix.workingdir }}
- name: Run tests # - name: Run tests
run: npm run test # run: npm run test
working-directory: ./${{ matrix.workingdir }} # working-directory: ./${{ matrix.workingdir }}
build-and-push-images: build-and-push-images:
needs: test needs: test