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 15, 2023
1 parent 99949fb commit 2185e9d
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions .github/workflows/test-check-runs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,8 @@ jobs:
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}
id: "dae-bot[bot]/${{ matrix.id }}"

build:
needs: [instantiate-check-runs]
runs-on: ubuntu-latest
strategy:
matrix:
id: ["checkout-full-src", "build-web", "build-bundle"]
steps:
- uses: actions/checkout@master
id: checkout

- name: Report result
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]/${{ matrix.id }}"
report:
uses: daeuniverse/ci-seed-jobs/.github/workflows/test-report-workflow-run.yml@master
with:
id: "dae-bot[bot]/${{ matrix.id }}"
conclusion: "${{ needs.instantiate-check-runs.result }}"

0 comments on commit 2185e9d

Please sign in to comment.