Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/ts-jest-29.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomascogez authored Aug 8, 2024
2 parents e91c899 + 1ba2f26 commit 6616d3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
uses: actions/checkout@v2

- name: "Tests:run"
run: docker-compose run tests yarn test
run: docker compose run tests yarn test
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2

- name: "Tests:run"
run: docker-compose run tests yarn test
run: docker compose run tests yarn test

publish:
needs: test
Expand Down

0 comments on commit 6616d3a

Please sign in to comment.