Skip to content

Commit cc4bb09

Browse files
committed
minor #1190 [CI] Remove needs dependency from demo job (OskarStark)
This PR was merged into the main branch. Discussion ---------- [CI] Remove needs dependency from demo job | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT Commits ------- 595507a [CI] Remove needs dependency from demo job
2 parents 625e21e + 595507a commit cc4bb09

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,12 +207,8 @@ jobs:
207207
- name: Run PHPUnit
208208
run: cd src/platform/src/Bridge/${{ matrix.bridge.bridge }} && vendor/bin/phpunit
209209

210-
# ===========================================
211-
# Integration Tests (run after unit tests)
212-
# ===========================================
213210
demo:
214211
name: Integration / Demo
215-
needs: [packages, store-bridges, tool-bridges, platform-bridges]
216212
runs-on: ubuntu-latest
217213

218214
steps:

0 commit comments

Comments
 (0)