Skip to content

Commit

Permalink
ci: 🩹 make ci pipeline sequential
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 13, 2024
1 parent 21a2971 commit 25ce2b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
lint:
needs: compliance
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
Expand All @@ -41,7 +42,6 @@ jobs:

- run: npm run lint
build:
name: build
needs: lint
runs-on: ubuntu-latest
steps:
Expand All @@ -66,7 +66,6 @@ jobs:
- run: npm run build
test:
name: test
needs: build
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 25ce2b5

Please sign in to comment.