Skip to content

Commit

Permalink
ci: add wait-for-status check (#1286)
Browse files Browse the repository at this point in the history
* ci: add wait-for-status check

Signed-off-by: Felipe Zipitria <[email protected]>

* fix(ci): update github output matrix tags

Signed-off-by: Felipe Zipitria <[email protected]>

* Update .github/workflows/regression.yml

Co-authored-by: José Carlos Chávez <[email protected]>

---------

Signed-off-by: Felipe Zipitria <[email protected]>
Co-authored-by: José Carlos Chávez <[email protected]>
  • Loading branch information
fzipi and jcchavezs authored Jan 17, 2025
1 parent df87141 commit 62e8e79
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: generate
run: |
go run mage.go tagsmatrix > tags.json
echo "::set-output name=tags::$(cat tags.json)"
echo "tags=$(cat tags.json)" >> $GITHUB_OUTPUT
shell: bash
test:
needs: generate-matrix
Expand Down Expand Up @@ -76,3 +76,14 @@ jobs:
files: build/coverage-tinygo.txt
flags: tinygo,${{ matrix.build-flag }}
token: ${{ secrets.CODECOV_TOKEN }}
enforce-all-checks:
runs-on: ubuntu-latest
needs: test
permissions:
checks: read
steps:
- name: GitHub Checks
uses: poseidon/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 62e8e79

Please sign in to comment.