Skip to content

Commit

Permalink
Fix docker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Sep 17, 2021
1 parent fcae8ed commit 6a5a731
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 @@ -32,7 +32,7 @@ jobs:
docker run --rm \
-v $GITHUB_WORKSPACE/examples/incoming:/incoming:ro \
-v $test_output:/outgoing:rw \
pl-office-convert /incoming /outgoing
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 }}'
Expand Down

0 comments on commit 6a5a731

Please sign in to comment.