Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
SmnHgr committed Feb 9, 2024
1 parent a92baf0 commit ee6c0a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/scanner-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ defaults:

jobs:
lint:
if: jobs.build.result == 'success'
# if: jobs.build.result == 'success'
runs-on: ubuntu-latest
# needs: build
needs: build
# uses: ./.github/workflows/scanner-build.yml
steps:
- name: Checkout repository
Expand All @@ -30,9 +30,9 @@ jobs:
run: npm run test:lint

type-check:
if: jobs.build.result == 'success'
# if: jobs.build.result == 'success'
runs-on: ubuntu-latest
# needs: build
needs: build
# uses: ./.github/workflows/scanner-build.yml
steps:
- name: Checkout repository
Expand All @@ -50,9 +50,9 @@ jobs:
run: npm run test:typecheck

unit-test:
if: jobs.build.result == 'success'
# if: jobs.build.result == 'success'
runs-on: ubuntu-latest
# needs: build
needs: build
# uses: ./.github/workflows/scanner-build.yml
steps:
- name: Checkout repository
Expand Down

0 comments on commit ee6c0a5

Please sign in to comment.