Skip to content

Commit

Permalink
fix: remove unused test script
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarendorff committed Jan 6, 2024
1 parent 509b510 commit a34bcf5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ jobs:
with:
command: prettier:check

test:
name: "Test"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/yarn-action
name: "Install and test"
with:
command: test

tsc-web:
name: "TSC Web"
runs-on: ubuntu-latest
Expand Down

0 comments on commit a34bcf5

Please sign in to comment.