Skip to content

Commit

Permalink
feat(compliance): use correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Dec 18, 2023
1 parent 258d46e commit ecc1e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compliance-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
run: ./bundler-test-executors/runall.sh ./bundler-test-executors/bundlers/rundler/rundler.yml

- name: Parse spec results
run: ../compliance-parser.sh ./bundler-test-executors/build/out/rundler.xml
run: ./rundler/.github/compliance-parser.sh ./bundler-test-executors/build/out/rundler.xml

0 comments on commit ecc1e22

Please sign in to comment.