Skip to content

Commit 62b464f

Browse files
committed
fix: test with sequential integration & system tests actions
1 parent 1d36549 commit 62b464f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ jobs:
186186

187187
test_system:
188188
runs-on: ubuntu-latest
189+
needs: [test_integration]
189190

190191
steps:
191192
- name: Checkout code

0 commit comments

Comments
 (0)