Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(actions): pin prod-test action image #43748

Merged
merged 2 commits into from Dec 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build_test_deploy.yml
Expand Up @@ -617,7 +617,7 @@ jobs:

testFirefox:
name: Test Firefox (production)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: [build, build-native-test]
timeout-minutes: 10
env:
Expand All @@ -642,7 +642,7 @@ jobs:

testSafari:
name: Test Safari (production)
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: [build, build-native-test]
timeout-minutes: 15
env:
Expand Down Expand Up @@ -719,7 +719,7 @@ jobs:

testFirefoxNode18:
name: Test Firefox Node.js 18
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: [build, testFirefox, build-native-test]
timeout-minutes: 10
env:
Expand Down Expand Up @@ -970,7 +970,7 @@ jobs:

test-wasm:
name: Test the wasm build
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
timeout-minutes: 15
needs: [build, build-native-test, build-wasm-dev]

Expand Down