From 6b32ae61f09f40ab2ffb4053fa9d3c0546b76526 Mon Sep 17 00:00:00 2001 From: Christopher Manouvrier Date: Mon, 17 Jul 2023 21:00:57 +1000 Subject: [PATCH] fix: Remove test --- .github/workflows/test.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b3c35bd..8467e85 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,13 +15,3 @@ jobs: npm install - run: | npm run all - test: # make sure the action works on a clean machine without building - runs-on: ubuntu-latest - permissions: - contents: read - pull-requests: write - steps: - - uses: actions/checkout@v3 - - uses: ./ - with: - github-token: ${{ secrets.GITHUB_TOKEN }}