mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
test: disable screencast tests (#12157)
This commit is contained in:
4
.github/workflows/canary.yml
vendored
4
.github/workflows/canary.yml
vendored
@@ -41,10 +41,6 @@ jobs:
|
||||
with:
|
||||
cache: npm
|
||||
node-version-file: '.nvmrc'
|
||||
- name: Set up FFmpeg
|
||||
uses: FedericoCarboni/setup-ffmpeg@37062fbf7149fc5578d6c57e08aed62458b375d6 # v3.1.0
|
||||
with:
|
||||
ffmpeg-version: 6.1
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
env:
|
||||
|
||||
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -183,10 +183,6 @@ jobs:
|
||||
with:
|
||||
cache: npm
|
||||
node-version-file: '.nvmrc'
|
||||
- name: Set up FFmpeg
|
||||
uses: FedericoCarboni/setup-ffmpeg@37062fbf7149fc5578d6c57e08aed62458b375d6 # v3.1.0
|
||||
with:
|
||||
ffmpeg-version: 6.1
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
env:
|
||||
@@ -285,10 +281,6 @@ jobs:
|
||||
with:
|
||||
cache: npm
|
||||
node-version-file: '.nvmrc'
|
||||
- name: Set up FFmpeg
|
||||
uses: FedericoCarboni/setup-ffmpeg@37062fbf7149fc5578d6c57e08aed62458b375d6 # v3.1.0
|
||||
with:
|
||||
ffmpeg-version: 6.1
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
env:
|
||||
|
||||
8
.github/workflows/deflake.yml
vendored
8
.github/workflows/deflake.yml
vendored
@@ -55,10 +55,6 @@ jobs:
|
||||
with:
|
||||
cache: npm
|
||||
node-version-file: '.nvmrc'
|
||||
- name: Set up FFmpeg
|
||||
uses: FedericoCarboni/setup-ffmpeg@37062fbf7149fc5578d6c57e08aed62458b375d6 # v3.1.0
|
||||
with:
|
||||
ffmpeg-version: 6.1
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
env:
|
||||
@@ -114,10 +110,6 @@ jobs:
|
||||
with:
|
||||
cache: npm
|
||||
node-version-file: '.nvmrc'
|
||||
- name: Set up FFmpeg
|
||||
uses: FedericoCarboni/setup-ffmpeg@37062fbf7149fc5578d6c57e08aed62458b375d6 # v3.1.0
|
||||
with:
|
||||
ffmpeg-version: 6.1
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user