Skip to content

Commit a1dace2

Browse files
committed
feat(tests): Add python integration test workflow again
1 parent 211cbb0 commit a1dace2

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/python-integration.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: 'Python'
2+
name: 'Integration Test'
33

44

55
on:
@@ -18,11 +18,9 @@ on:
1818

1919
jobs:
2020

21-
unit-test:
22-
name: Unit Test
21+
integration-test:
22+
name: Integration Test
2323
runs-on: ubuntu-latest
24-
needs:
25-
- lint
2624
strategy:
2725
max-parallel: 4
2826
matrix:

0 commit comments

Comments
 (0)