Skip to content

Commit

Permalink
ci: docker-compose command in PR testing with test project workflow (#…
Browse files Browse the repository at this point in the history
…1169)

Co-authored-by: Lukasz Gornicki <[email protected]>
  • Loading branch information
JeelRajodiya and derberg authored Apr 3, 2024
1 parent 0ad57ce commit fc0a7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-testing-with-test-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run test
run: NODE_IMAGE_TAG=${{ matrix.node }} docker-compose up --abort-on-container-exit --remove-orphans --force-recreate
run: NODE_IMAGE_TAG=${{ matrix.node }} docker compose up --abort-on-container-exit --remove-orphans --force-recreate
working-directory: ./test/test-project

0 comments on commit fc0a7ef

Please sign in to comment.