Skip to content

Commit

Permalink
feat(e2e): made rebased changes
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilmhdh committed Feb 15, 2024
1 parent b24d748 commit 793440f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: npm install
working-directory: backend
- name: Start postgres and redis
run: touch .env && docker-compose -f docker-compose.pg.yml up -d db redis
run: touch .env && docker-compose -f docker-compose.dev.yml up -d db redis
- name: Start integration test
run: npm run test:e2e
working-directory: backend
Expand Down

0 comments on commit 793440f

Please sign in to comment.