Skip to content

Commit

Permalink
Fix integration test action setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Apr 15, 2024
1 parent 514e6f5 commit 739b515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests-gs64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
fetch-depth: 2
- name: Configure keyfile
run: |
echo "$GS_KEYFILE" > ./api-tests/gs64-{{ matrix.version }}/gemstone.key
echo "$GS_KEYFILE" > ./api-tests/gs64-${{ matrix.version }}/gemstone.key
env:
GS_KEYFILE: ${{ secrets.GS_KEYFILE }}
- name: Run GS64 tests using Docker
run: ./compose-test-gs64.sh {{ matrix.version }}
run: ./compose-test-gs64.sh ${{ matrix.version }}
- name: Remove keyfile
if: always()
run: rm -f ./api-tests/gs64/gemstone.key

0 comments on commit 739b515

Please sign in to comment.