Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet committed Feb 10, 2025
1 parent 927790f commit f80239d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,12 @@ jobs:
EOF
chmod +x axe.py
cat > axe.txt << EOF
"${{steps.axe.outputs.stdout}}"
"${{steps.axe.outputs.stderr}}"
${{steps.axe.outputs.stdout}}
${{steps.axe.outputs.stderr}}
EOF
echo "---"
cat axe.py
echo "---"
cat axe.txt | axe.py
# - name: Test output 2
Expand Down

0 comments on commit f80239d

Please sign in to comment.