Skip to content

Commit

Permalink
fix: Merging issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe Maas committed Jul 10, 2024
1 parent 7bfa3be commit 95fe29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
java-version: 17

- name: Build the stack
run: docker-compose -f docker/docker-compose.yaml up -d
run: docker-compose -f docker-compose.yaml up -d
env:
DATASOURCE_USER: ${{ secrets.DATASOURCE_USER }}
DATASOURCE_PASSWORD: ${{ secrets.DATASOURCE_PASSWORD }}
Expand Down

0 comments on commit 95fe29e

Please sign in to comment.