Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tavsec committed Nov 25, 2023
1 parent 47f201b commit 8429784
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ jobs:
install -m 755 kubeseal /usr/local/bin/kubeseal
- name: Add public key file
run: echo $CERT > cert.pem
env:
CERT: ${{ secrets.CERT }}
run: echo ${{ secrets.CERT }} > ./cert.pem

- name: Execute tests (PHPUnit)
run: ./vendor/bin/phpunit tests

0 comments on commit 8429784

Please sign in to comment.