Skip to content

Commit

Permalink
Remove integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prrao87 committed Jan 3, 2025
1 parent 2397c0f commit 0b461e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 67 deletions.
55 changes: 0 additions & 55 deletions .github/workflows/_compile_integration_test.yml

This file was deleted.

13 changes: 1 addition & 12 deletions .github/workflows/check_diffs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,9 @@ jobs:
working-directory: ${{ matrix.working-directory }}
secrets: inherit

compile-integration-tests:
name: cd ${{ matrix.working-directory }}
needs: [ build ]
if: ${{ needs.build.outputs.dirs-to-test != '[]' }}
strategy:
matrix:
working-directory: ${{ fromJson(needs.build.outputs.dirs-to-test) }}
uses: ./.github/workflows/_compile_integration_test.yml
with:
working-directory: ${{ matrix.working-directory }}
secrets: inherit
ci_success:
name: "CI Success"
needs: [build, lint, test, compile-integration-tests]
needs: [build, lint, test]
if: |
always()
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0b461e2

Please sign in to comment.