Enable tests for /v3 branch

Resolves #2841
This commit is contained in:
Sean DuBois
2024-08-01 09:53:03 -04:00
parent 2364173ced
commit 9836d58351
6 changed files with 10 additions and 27 deletions

View File

@@ -5,9 +5,11 @@ on:
pull_request:
branches:
- master
- v3
push:
branches:
- master
- v3
jobs:
e2e-test:

View File

@@ -20,6 +20,7 @@ on:
pull_request:
branches:
- master
- v3
paths:
- '**.go'

View File

@@ -5,9 +5,11 @@ on:
pull_request:
branches:
- master
- v3
push:
branches:
- master
- v3
jobs:
pion-to-pion-test:

View File

@@ -1,20 +0,0 @@
#
# DO NOT EDIT THIS FILE
#
# It is automatically copied from https://github.com/pion/.goassets repository.
# If this repository should have package specific CI config,
# remove the repository name from .goassets/.github/workflows/assets-sync.yml.
#
# If you want to update the shared CI config, send a PR to
# https://github.com/pion/.goassets instead of this repository.
#
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
# SPDX-License-Identifier: MIT
name: Lint
on:
pull_request:
jobs:
lint:
uses: pion/.goassets/.github/workflows/lint.reusable.yml@master

View File

@@ -16,6 +16,7 @@ on:
push:
branches:
- master
- v3
pull_request:
jobs:
@@ -23,21 +24,17 @@ jobs:
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

View File

@@ -17,6 +17,7 @@ on:
push:
branches:
- master
- v3
jobs:
tidy: