mirror of
https://github.com/pion/webrtc.git
synced 2025-09-26 19:21:12 +08:00
2
.github/workflows/browser-e2e.yaml
vendored
2
.github/workflows/browser-e2e.yaml
vendored
@@ -5,9 +5,11 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- v3
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- v3
|
||||
|
||||
jobs:
|
||||
e2e-test:
|
||||
|
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
@@ -20,6 +20,7 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- v3
|
||||
paths:
|
||||
- '**.go'
|
||||
|
||||
|
2
.github/workflows/examples-tests.yaml
vendored
2
.github/workflows/examples-tests.yaml
vendored
@@ -5,9 +5,11 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- v3
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- v3
|
||||
|
||||
jobs:
|
||||
pion-to-pion-test:
|
||||
|
20
.github/workflows/lint.yaml
vendored
20
.github/workflows/lint.yaml
vendored
@@ -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
|
11
.github/workflows/test.yaml
vendored
11
.github/workflows/test.yaml
vendored
@@ -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
|
||||
|
1
.github/workflows/tidy-check.yaml
vendored
1
.github/workflows/tidy-check.yaml
vendored
@@ -17,6 +17,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- v3
|
||||
|
||||
jobs:
|
||||
tidy:
|
||||
|
Reference in New Issue
Block a user