Skip to content

Commit

Permalink
bash syntax fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Angela P Wen committed Aug 3, 2022
1 parent ef145d6 commit f7a7ac1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/debug-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ jobs:
timeout-minutes: 45
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- name: Download all artifacts
uses: actions/download-artifact@v3
- name: Display structure of downloaded files
run: ls -R
- shell: bash
- name: Check expected artifacts exist
shell: bash
run: |
OPERATING_SYSTEMS="ubuntu-latest macos-latest"
VERSIONS="stable-20210308 stable-20210319 stable-20210809 cached latest nightly-latest"
Expand All @@ -74,5 +76,7 @@ jobs:
exit 1
fi
done
done
done
env:
INTERNAL_CODEQL_ACTION_DEBUG_LOC: true

0 comments on commit f7a7ac1

Please sign in to comment.