Skip to content

Commit

Permalink
Dump keyfile before mounting volume
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Nov 3, 2023
1 parent dfceb21 commit 6ce6868
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-tests-gs64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,12 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Configure keyfile
run: |
echo "$GS_KEYFILE" > ./.docker/gs64/gemstone.key
env:
GS_KEYFILE: ${{ secrets.GS_KEYFILE }}
- name: Run tests using Docker
run: ./.docker/gs64/docker-tests.sh
- name: Remove keyfile
run: rm -f ./.docker/gs64/gemstone.key

0 comments on commit 6ce6868

Please sign in to comment.