Skip to content

Commit

Permalink
chore: update test run to latest docker command (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffladiray authored Aug 21, 2024
1 parent 0667de4 commit 4fc97cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Login on dockerhub
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
- name: Start docker container
run: docker-compose up -d; sleep 15
run: docker compose up -d; sleep 15
- name: Test with Node ${{ matrix.node }}
if: ${{ !matrix.withCoverage }}
run: yarn test
Expand Down

0 comments on commit 4fc97cf

Please sign in to comment.