Skip to content

Commit

Permalink
Update test-check-runs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
piyoki authored Jul 14, 2023
1 parent 31854bf commit 8d874f2
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/test-check-runs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,21 @@ on:
jobs:
instantiate-check-runs:
runs-on: ubuntu-latest
strategy:
matrix:
id: ["dae-bot[bot]/checkout-full-src", "dae-bot[bot]/build-web", "dae-bot[bot]/build-bundle"]
steps:
- uses: daeuniverse/ci-seed-jobs/core/daed/instantiate-check-runs@master
with:
app_id: ${{ secrets.GH_APP_ID }}
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}
id: matrix.id

build:
runs-on: ubuntu-latest
strategy:
matrix:
id: ["dae-bot[bot]/checkout-full-src", "dae-bot[bot]/build-web", "dae-bot[bot]/build-bundle"]
steps:
- uses: actions/checkout@master
id: checkout
Expand All @@ -33,16 +40,4 @@ jobs:
with:
app_id: ${{ secrets.GH_APP_ID }}
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}
id: "dae-bot[bot]/checkout-full-src"

- uses: daeuniverse/ci-seed-jobs/core/daed/report-check-run@master
with:
app_id: ${{ secrets.GH_APP_ID }}
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}
id: "dae-bot[bot]/build-web"

- uses: daeuniverse/ci-seed-jobs/core/daed/report-check-run@master
with:
app_id: ${{ secrets.GH_APP_ID }}
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}
id: "dae-bot[bot]/build-bundle"
id: matrix.id

0 comments on commit 8d874f2

Please sign in to comment.