Skip to content

Commit

Permalink
Run inside docker
Browse files Browse the repository at this point in the history
  • Loading branch information
wlorenzetti committed Oct 7, 2024
1 parent cc21f80 commit 000f9e2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ jobs:
- name: Write PDND priv key to file
run: |
ls -lh /code/g3w-admin/qpdnd/tests/ && \
touch /code/g3w-admin/qpdnd/tests/data/pdnd/keys/api-pdnd-coll-keypair.rsa.priv && \
echo "${{ secrets.BARI_PDND_PRIV_KEY }}" >> /code/g3w-admin/qpdnd/tests/data/pdnd/keys/api-pdnd-coll-keypair.rsa.priv
docker compose -f docker-compose.ltr.yml exec -T g3w-suite sh -c "echo '${{ secrets.BARI_PDND_PRIV_KEY }}' > /code/g3w-admin/qpdnd/tests/data/pdnd/keys/api-pdnd-coll-keypair.rsa.priv"
- name: Running QPDND tests
run: |
Expand Down

0 comments on commit 000f9e2

Please sign in to comment.