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 6f6eadd commit b9aff32
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,15 @@ jobs:
with:
path: artifacts

- name: dir
run: ls "${{ github.workspace }}/artifacts/build-test-artifacts"

# https://askubuntu.com/questions/86849/how-to-unzip-a-zip-file-from-the-terminal
- name: unzip artifacts
run: |
mkdir "${{ github.workspace }}/output"
mkdir "${{ github.workspace }}/output"
ls "${{ github.workspace }}"
unzip ${{ github.workspace }}/artifacts/build-test-artifacts/test-results.zip -d /output
unzip ${{ github.workspace }}/artifacts/build-test-artifacts/test-results.zip -d ${{ github.workspace }}/output
- name: Ls Report Output Files
if: success()
Expand Down

0 comments on commit b9aff32

Please sign in to comment.