Skip to content

Commit

Permalink
fix call to python script
Browse files Browse the repository at this point in the history
  • Loading branch information
AnActualEmerald committed Aug 30, 2024
1 parent d9988fe commit 6fdfb6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
# thunderstore isn't fond of being DDOS'd
max-parallel: 1
matrix:
repo: ["thunderstore.dev", ""]
include:
Expand Down Expand Up @@ -59,7 +61,7 @@ jobs:
[email protected]
- run: echo ${{ steps.pub.outputs.url }}
- name: Verify published package
run: python verify.py
run: cd ${{ github.action_path }} && python verify.py

# publish:
# needs: test
Expand Down

0 comments on commit 6fdfb6b

Please sign in to comment.