Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Oct 3, 2024
1 parent 4410da4 commit 7190d4e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test-packages-action-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ jobs:
sleep 60
- name: Show Test Run Artifacts 1
if: always() && steps.download-test-run-artifacts.outcome == 'success'
run: |
tree -a artifacts
Expand All @@ -266,7 +265,6 @@ jobs:
delete-merged: true

- name: Show Test Run Artifacts 2
if: always() && steps.download-test-run-artifacts.outcome == 'success'
run: |
tree -a artifacts
Expand All @@ -275,7 +273,6 @@ jobs:
sleep 60
- name: Show Test Run Artifacts 3
if: always() && steps.download-test-run-artifacts.outcome == 'success'
run: |
tree -a artifacts
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test-packages-action-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ jobs:
sleep 60
- name: Show Test Run Artifacts 1
if: always() && steps.download-test-run-artifacts.outcome == 'success'
run: |
tree -a artifacts
Expand All @@ -257,7 +256,6 @@ jobs:
delete-merged: true

- name: Show Test Run Artifacts 2
if: always() && steps.download-test-run-artifacts.outcome == 'success'
run: |
tree -a artifacts
Expand All @@ -266,7 +264,6 @@ jobs:
sleep 60
- name: Show Test Run Artifacts 3
if: always() && steps.download-test-run-artifacts.outcome == 'success'
run: |
tree -a artifacts
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test-packages-action-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ jobs:
sleep 60
- name: Show Test Run Artifacts 1
if: always() && steps.download-test-run-artifacts.outcome == 'success'
run: |
tree -a artifacts
Expand All @@ -265,7 +264,6 @@ jobs:
delete-merged: true

- name: Show Test Run Artifacts 2
if: always() && steps.download-test-run-artifacts.outcome == 'success'
run: |
tree -a artifacts
Expand All @@ -274,7 +272,6 @@ jobs:
sleep 60
- name: Show Test Run Artifacts 3
if: always() && steps.download-test-run-artifacts.outcome == 'success'
run: |
tree -a artifacts
Expand Down

0 comments on commit 7190d4e

Please sign in to comment.