Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/types/node-22.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomascogez authored Aug 8, 2024
2 parents fb49d45 + 1ba2f26 commit 5d2ef12
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 5d2ef12

Please sign in to comment.