Skip to content

Commit

Permalink
docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
soujanyanmbri committed Aug 21, 2024
1 parent ff32299 commit 40bcb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
go-version: '1.21'

- name: Start the database
run: docker-compose -f services/docker-database.yml up -d
run: docker compose -f services/docker-database.yml up -d

- name: Run identity tests
run: |
Expand Down

0 comments on commit 40bcb1b

Please sign in to comment.