Skip to content

Commit

Permalink
Fix comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Sep 17, 2021
1 parent aea0f4a commit 1ac04b6
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 @@ -35,7 +35,7 @@ jobs:
pl-office-convert office_convert /incoming /outgoing
echo "::set-output name=output_dir::$test_output"
- name: Assert outputs
run: diff -rq '${{ github.workspace }}/examples/incoming' '${{ steps.run_example.outputs.output_dir }}'
run: diff -rq '${{ github.workspace }}/examples/outgoing' '${{ steps.run_example.outputs.output_dir }}'

publish:
if: github.event_name == 'push' || github.event_name == 'release'
Expand Down

0 comments on commit 1ac04b6

Please sign in to comment.