Skip to content

Commit

Permalink
Enable tests for /v3 branch
Browse files Browse the repository at this point in the history
Resolves #2841
  • Loading branch information
Sean-Der committed Aug 1, 2024
1 parent 2364173 commit 1e575e3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 27 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/browser-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:
pull_request:
branches:
- master
- v3
push:
branches:
- master
- v3

jobs:
e2e-test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
pull_request:
branches:
- master
- v3
paths:
- '**.go'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/examples-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:
pull_request:
branches:
- master
- v3
push:
branches:
- master
- v3

jobs:
pion-to-pion-test:
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/lint.yaml

This file was deleted.

11 changes: 4 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,25 @@ on:
push:
branches:
- master
- v3
pull_request:

jobs:
test:
uses: pion/.goassets/.github/workflows/test.reusable.yml@master
strategy:
matrix:
go: ['1.20', '1.19'] # auto-update/supported-go-version-list
go: ["1.20", "1.19"] # auto-update/supported-go-version-list
fail-fast: false
with:
go-version: ${{ matrix.go }}
secrets: inherit

test-i386:
uses: pion/.goassets/.github/workflows/test-i386.reusable.yml@master
strategy:
matrix:
go: ['1.20', '1.19'] # auto-update/supported-go-version-list
go: ["1.20", "1.19"] # auto-update/supported-go-version-list
fail-fast: false
with:
go-version: ${{ matrix.go }}

test-wasm:
uses: pion/.goassets/.github/workflows/test-wasm.reusable.yml@master
with:
go-version: '1.20' # auto-update/latest-go-version
1 change: 1 addition & 0 deletions .github/workflows/tidy-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
push:
branches:
- master
- v3

jobs:
tidy:
Expand Down

0 comments on commit 1e575e3

Please sign in to comment.