Skip to content

Commit 26da8b8

Browse files
committed
fix integration tests pipeline
1 parent 502925b commit 26da8b8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/_integration_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency: # This is to make sure that only one run of this workflow is runnin
1212

1313
jobs:
1414
integration_tests:
15-
name: Run integration tests
15+
name: Integration tests
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:

.github/workflows/run_code_checks.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@ jobs:
4141

4242
integration_tests:
4343
name: Run integration tests
44-
needs: [lint_and_type_checks, unit_tests, check_async_docstrings]
45-
uses: ./.github/workflows/integration_tests.yaml
44+
uses: ./.github/workflows/_integration_tests.yaml
4645
secrets: inherit

0 commit comments

Comments
 (0)