Skip to content

Commit

Permalink
ci: changes ci-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli committed Jan 19, 2023
1 parent 1b08334 commit 6f6eadd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ jobs:
# https://askubuntu.com/questions/86849/how-to-unzip-a-zip-file-from-the-terminal
- name: unzip artifacts
run: |
mkdir output
mkdir "${{ github.workspace }}/output"
ls "${{ github.workspace }}"
unzip ${{ github.workspace }}/artifacts/build-test-artifacts/test-results.zip -d /output
- name: Ls Report Output Files
Expand Down

0 comments on commit 6f6eadd

Please sign in to comment.