From 6fdfb6ba3bf869ef87538e73b210b951764ce12d Mon Sep 17 00:00:00 2001 From: emerald Date: Fri, 30 Aug 2024 19:53:14 -0400 Subject: [PATCH] fix call to python script --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c02c8a2..fef33dd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: @@ -59,7 +61,7 @@ jobs: GreenTF-test@2708437257.35.1 - 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