Skip to content

Commit

Permalink
Update compose.yaml file reference
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed Aug 9, 2024
1 parent d907963 commit b31f76f
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 @@ -24,6 +24,6 @@ jobs:
run: |
# Remove volumes in CI to avoid permission errors due to UID / GID.
sed -i "s|.:/app|/tmp:/tmp|g" .env*
sed -i "s|.:/app|/tmp:/tmp|g" docker-compose.yml
sed -i "s|.:/app|/tmp:/tmp|g" compose.yaml
./run ci:test

0 comments on commit b31f76f

Please sign in to comment.