Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrwatson committed Dec 9, 2024
1 parent cd90e99 commit 6162268
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/e2e-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,10 @@ jobs:
uses: actions/download-artifact@v3
with:
path: artifacts
- name: List available artifacts ii
run: ls -R ./artifacts/ || echo "nada"
- run: |
has_artifacts=false
# Check for marker files
for marker in artifacts/*; do
echo "Ohhhhh entry"
for marker in artifacts/*/*.mp4; do
if [ -f "$marker" ]; then
echo "Artifact detected for failed test: $marker"
echo "Setting failure to true and breaking"
Expand Down

0 comments on commit 6162268

Please sign in to comment.