Skip to content

Commit

Permalink
Fix docker-compose down
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 6, 2023
1 parent c2c9add commit 65bede2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ jobs:

- run: npm run build --if-present

- name: Run jest --testPathPattern packages/
- continue-on-error: true
name: Run jest --testPathPattern packages/
run: ./node_modules/.bin/jest --testPathPattern packages/

html-test:
Expand Down Expand Up @@ -173,7 +174,7 @@ jobs:
./coverage/result-*.trx
- name: Run docker-compose down
run: docker-compose -f docker-compose-wsl2.yml down --rmi -all
run: docker-compose -f docker-compose-wsl2.yml down --rmi all

merge-test-result:
name: Merge test result
Expand Down

0 comments on commit 65bede2

Please sign in to comment.