Skip to content

Commit 9836d58

Browse files
committed
Enable tests for /v3 branch
Resolves #2841
1 parent 2364173 commit 9836d58

File tree

6 files changed

+10
-27
lines changed

6 files changed

+10
-27
lines changed

.github/workflows/browser-e2e.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ on:
55
pull_request:
66
branches:
77
- master
8+
- v3
89
push:
910
branches:
1011
- master
12+
- v3
1113

1214
jobs:
1315
e2e-test:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
pull_request:
2121
branches:
2222
- master
23+
- v3
2324
paths:
2425
- '**.go'
2526

.github/workflows/examples-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ on:
55
pull_request:
66
branches:
77
- master
8+
- v3
89
push:
910
branches:
1011
- master
12+
- v3
1113

1214
jobs:
1315
pion-to-pion-test:

.github/workflows/lint.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/test.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,25 @@ on:
1616
push:
1717
branches:
1818
- master
19+
- v3
1920
pull_request:
2021

2122
jobs:
2223
test:
2324
uses: pion/.goassets/.github/workflows/test.reusable.yml@master
2425
strategy:
2526
matrix:
26-
go: ['1.20', '1.19'] # auto-update/supported-go-version-list
27+
go: ["1.20", "1.19"] # auto-update/supported-go-version-list
2728
fail-fast: false
2829
with:
2930
go-version: ${{ matrix.go }}
31+
secrets: inherit
3032

3133
test-i386:
3234
uses: pion/.goassets/.github/workflows/test-i386.reusable.yml@master
3335
strategy:
3436
matrix:
35-
go: ['1.20', '1.19'] # auto-update/supported-go-version-list
37+
go: ["1.20", "1.19"] # auto-update/supported-go-version-list
3638
fail-fast: false
3739
with:
3840
go-version: ${{ matrix.go }}
39-
40-
test-wasm:
41-
uses: pion/.goassets/.github/workflows/test-wasm.reusable.yml@master
42-
with:
43-
go-version: '1.20' # auto-update/latest-go-version

.github/workflows/tidy-check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
push:
1818
branches:
1919
- master
20+
- v3
2021

2122
jobs:
2223
tidy:

0 commit comments

Comments
 (0)