Skip to content

Commit

Permalink
chore: fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Spotika committed Aug 3, 2024
1 parent 0c42e5c commit a4812a6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,5 @@ jobs:
echo "Tests passed"
fi
- name: Upload test logs
uses: actions/upload-artifact@v2
with:
name: test-logs
path: test_logs.txt
- name: Show test logs
run: cat test_logs.txt

0 comments on commit a4812a6

Please sign in to comment.