From 25ce2b55c66fe6c87c886bb704677800c07f2bc8 Mon Sep 17 00:00:00 2001 From: Theodore Kruczek Date: Sat, 13 Jan 2024 00:33:28 -0500 Subject: [PATCH] ci: :adhesive_bandage: make ci pipeline sequential --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37bc707..bdbfbd1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} lint: + needs: compliance runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.1 @@ -41,7 +42,6 @@ jobs: - run: npm run lint build: - name: build needs: lint runs-on: ubuntu-latest steps: @@ -66,7 +66,6 @@ jobs: - run: npm run build test: - name: test needs: build runs-on: ubuntu-latest steps: