Skip to content

Commit

Permalink
Update CI configs to v0.11.11
Browse files Browse the repository at this point in the history
Update lint scripts and CI configs.
  • Loading branch information
pionbot committed Apr 9, 2024
1 parent cbf43c4 commit 9b2b2d4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ on:
pull_request:

jobs:
get-env-vars:
name: Get Environment vars
runs-on: ubuntu-latest
outputs:
CODECOV_TOKEN: ${{ env.CODECOV_TOKEN }}
steps:
- run: echo "noop"

test:
uses: pion/.goassets/.github/workflows/test.reusable.yml@master
strategy:
Expand All @@ -27,6 +35,7 @@ jobs:
fail-fast: false
with:
go-version: ${{ matrix.go }}
codecov-token: ${{ needs.get-env.outputs.CODECOV_TOKEN }}

test-i386:
uses: pion/.goassets/.github/workflows/test-i386.reusable.yml@master
Expand All @@ -41,3 +50,4 @@ jobs:
uses: pion/.goassets/.github/workflows/test-wasm.reusable.yml@master
with:
go-version: "1.22" # auto-update/latest-go-version
codecov-token: ${{ needs.get-env.outputs.CODECOV_TOKEN }}

0 comments on commit 9b2b2d4

Please sign in to comment.