Skip to content

Commit

Permalink
Remove test action because it needs a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
rehlma committed Apr 15, 2024
1 parent f214634 commit d47d594
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,3 @@ jobs:
- name: Test
id: npm-ci-test
run: npm run ci-test

test-action:
name: GitHub Actions Test
runs-on: ubuntu-latest

steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4

- name: Test Local Action
id: test-action
uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
exclude: .github/*

0 comments on commit d47d594

Please sign in to comment.