mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-18 13:51:38 -04:00
ci: run all tests on the update-lockfile branch
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -94,13 +94,13 @@ jobs:
|
||||
run: tar -xzf compiled.tar.gz
|
||||
- name: run tests (main)
|
||||
timeout-minutes: 70
|
||||
if: github.ref_name == 'main'
|
||||
if: github.ref_name == 'main' || github.ref_name == 'chore/update-lockfile'
|
||||
run: pnpm run ci:test-main
|
||||
env:
|
||||
PNPM_WORKERS: 3
|
||||
- name: run tests (branch)
|
||||
timeout-minutes: 70
|
||||
if: github.ref_name != 'main'
|
||||
if: github.ref_name != 'main' && github.ref_name != 'chore/update-lockfile'
|
||||
run: pnpm run ci:test-branch
|
||||
env:
|
||||
PNPM_WORKERS: 3
|
||||
|
||||
Reference in New Issue
Block a user