Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibo-lg committed Feb 6, 2024
1 parent 0685513 commit dc7c456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
with:
path: target/debug/deps
key: test-cache-${{ github.run_id }}-${{ github.run_number }}
- name: Set permission
run: docker-compose run oracle-db bash -c "chown postgres:postgres /certs/db.key && chgrp postgres /certs/db.key && chmod 600 /certs/db.key"
- name: Start environment
run: docker-compose --profile oracle up
- name: Wait for container to run
Expand Down
Empty file modified testconfig/oracle/certs/db/db.key
100755 → 100644
Empty file.

0 comments on commit dc7c456

Please sign in to comment.