Skip to content

Commit

Permalink
Wait for build
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastijankuzner committed Nov 5, 2024
1 parent 0bf23e6 commit 85c4eab
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 21 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: CI

on:
push:
branches:
- "main"
- "develop"
pull_request:
types: [ready_for_review, synchronize, opened]
workflow_run:
workflows: ["Build"]
types:
- completed

jobs:
e2e:
Expand Down
27 changes: 12 additions & 15 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
name: CI

on:
workflow_run:
workflows: ["Build"]
types:
- completed

jobs:
integration:
strategy:
matrix:
node-version:
- 20.x
concurrency:
cancel-in-progress: true
group: ${{ github.head_ref }}-integration
Expand Down Expand Up @@ -51,18 +63,3 @@ jobs:

- name: Test api-http
run: cd packages/api-http && pnpm run test:integration
strategy:
matrix:
node-version:
- 20.x
name: CI
on:
pull_request:
types:
- ready_for_review
- synchronize
- opened
push:
branches:
- main
- develop
1 change: 1 addition & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: CI

on:
workflow_run:
workflows: ["Build"]
Expand Down

0 comments on commit 85c4eab

Please sign in to comment.