Skip to content

Commit

Permalink
CI: Update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
tchief committed Nov 28, 2023
1 parent a23b1f1 commit 76d8696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ jobs:
- name: Assert list of exported files
uses: GuillaumeFalourd/[email protected]
with:
command_line: cd ${{ github.workspace }}/test-resources/exporter-output && ls -R
command_line: ls ${{ github.workspace }}/test-resources/exporter-output -R
assert_file_path: ${{ github.workspace }}/test-resources/exporter-output-files.txt
expected_result: PASSED

0 comments on commit 76d8696

Please sign in to comment.