Skip to content

Commit

Permalink
copy all output data artifact content into output directory, ci-run-unit
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Jan 25, 2022
1 parent 8d74b48 commit dd26457
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pr_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,13 @@ jobs:
steps:
- uses: actions/download-artifact@v2

- name: Copy test output into single directory
run: cp -r unit_tests_*/* output/

- name: Display output directory content
run: ls -lh
working-directory: output

- name: Run Diff Tests in Docker
run: .github/jobs/run_diff_docker.sh
env:
Expand Down

0 comments on commit dd26457

Please sign in to comment.