Skip to content

Commit

Permalink
remove logical order to run parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
sinansonmez committed Nov 2, 2023
1 parent 9305003 commit 44b28e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
run: npm run lint

check-types:
needs: check-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -27,7 +26,6 @@ jobs:
run: npm run build

test:
needs: check-types
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -40,7 +38,6 @@ jobs:
run: npm run test

build:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 44b28e6

Please sign in to comment.