Skip to content

Commit

Permalink
Remove step of a test that does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
bartwesselink committed Jul 25, 2023
1 parent 220d274 commit 405a0c1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,6 @@ jobs:
- run: npm install
- run: npm run lint

test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm install
- run: npm run test
- run: npm run lint

verify-web:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 405a0c1

Please sign in to comment.