Skip to content

Commit

Permalink
add more steps to test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahernandez411 committed Feb 5, 2024
1 parent 46da84d commit ef73243
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,20 @@ jobs:
save-to-branch: "false"
save-to-wiki: "false"

- name: Show Files Before Artifact Download
run: |
set -x
ls -lh
- name: Download Artifact
uses: actions/download-artifact@v4
with:
name: actions-documentation
name: actions-documentation

- name: Show Files After Artifact Download
run: |
set -x
ls -lh
- name: Verify Actions Documentation
shell: python
Expand Down

0 comments on commit ef73243

Please sign in to comment.