Skip to content

Commit

Permalink
Minor fixes in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Sep 21, 2023
1 parent 0b2b5b4 commit 2ce2bd7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive


- name: Build and test
run: |
Expand Down Expand Up @@ -153,7 +152,6 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
fetch-tags: true

- name: Build and test
run: |
Expand Down Expand Up @@ -330,18 +328,12 @@ jobs:

name: ${{ matrix.script }}
steps:

- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
fetch-tags: true

- name: Build and test
- name: Run check
run: |
scripts/ci_checks/${{ matrix.script }}.sh
- name: Handle failure
if: failure()
run: |
scripts/ci_checks/failure.sh

0 comments on commit 2ce2bd7

Please sign in to comment.