devops(GHA): move build-driver to secondary workflow (#7522)
This commit is contained in:
parent
e604f185ca
commit
b6b96daa88
14
.github/workflows/infra.yml
vendored
14
.github/workflows/infra.yml
vendored
|
|
@ -30,17 +30,3 @@ jobs:
|
|||
git diff
|
||||
exit 1
|
||||
fi
|
||||
|
||||
build-playwright-driver:
|
||||
name: "build-playwright-driver"
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 12
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- run: node lib/cli/cli install-deps
|
||||
- run: node utils/build/update_canary_version.js --today-date
|
||||
- run: utils/build/build-playwright-driver.sh
|
||||
|
|
|
|||
14
.github/workflows/tests_secondary.yml
vendored
14
.github/workflows/tests_secondary.yml
vendored
|
|
@ -547,3 +547,17 @@ jobs:
|
|||
with:
|
||||
name: electron-linux-test-results
|
||||
path: test-results
|
||||
|
||||
build-playwright-driver:
|
||||
name: "build-playwright-driver"
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 12
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- run: node lib/cli/cli install-deps
|
||||
- run: node utils/build/update_canary_version.js --today-date
|
||||
- run: utils/build/build-playwright-driver.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue