Skip to content

Commit

Permalink
comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjakob committed Mar 28, 2024
1 parent 8d48465 commit 944a69b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/check_diffs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,21 +70,21 @@ jobs:
with:
working-directory: ${{ matrix.working-directory }}

integration-test:
name: cd ${{ matrix.working-directory }}
needs: [ compile-interation-tests ]
if: ${{ needs.build.outputs.dirs-to-test != '[]' }}
strategy:
matrix:
working-directory: ${{ fromJson(needs.build.outputs.dirs-to-test) }}
uses: ./.github/workflows/_integration_test.yml
with:
working-directory: ${{ matrix.working-directory }}
secrets: inherit
# integration-test:
# name: cd ${{ matrix.working-directory }}
# needs: [ compile-interation-tests ]
# if: ${{ needs.build.outputs.dirs-to-test != '[]' }}
# strategy:
# matrix:
# working-directory: ${{ fromJson(needs.build.outputs.dirs-to-test) }}
# uses: ./.github/workflows/_integration_test.yml
# with:
# working-directory: ${{ matrix.working-directory }}
# secrets: inherit

ci_success:
name: "CI Success"
needs: [build, lint, test, compile-integration-tests, integration-test]
needs: [build, lint, test, compile-integration-tests] # , integration-test]
if: |
always()
runs-on: ubuntu-latest
Expand Down

0 comments on commit 944a69b

Please sign in to comment.