Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Mar 22, 2023
1 parent 7a1f37f commit 29bd3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: phing stan
run: cd cmsimplexh/plugins/cryptographp && PATH=tools:$PATH phing stan
- name: phing test
run: cd cmsimplexh/plugins/cryptographp && PATH=vendor/bin:$PATH FREETYPE_PROPERTIES=truetype:interpreter-version=35 phing test
run: cd cmsimplexh/plugins/cryptographp && PATH=tools:vendor/bin:$PATH FREETYPE_PROPERTIES=truetype:interpreter-version=35 phing test
- name: Upload test failure images
if: always()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 29bd3a0

Please sign in to comment.