test: don't check pnpx
Test Action / Test with default inputs (macos-latest, 6.17.1) (push) Has been cancelled
Test Action / Test with default inputs (ubuntu-latest, 6.17.1) (push) Has been cancelled
Test Action / Test with default inputs (windows-latest, 6.17.1) (push) Has been cancelled
Test Action / Test with explicit inputs (macos-latest, 6.17.1) (push) Has been cancelled
Test Action / Test with explicit inputs (ubuntu-latest, 6.17.1) (push) Has been cancelled
Test Action / Test with explicit inputs (windows-latest, 6.17.1) (push) Has been cancelled
Test Action / Test with run_install (array, macos-latest) (push) Has been cancelled
Test Action / Test with run_install (empty object, macos-latest) (push) Has been cancelled
Test Action / Test with run_install (global, macos-latest) (push) Has been cancelled
Test Action / Test with run_install (null, macos-latest) (push) Has been cancelled
Test Action / Test with run_install (recursive, macos-latest) (push) Has been cancelled
Test Action / Test with run_install (array, ubuntu-latest) (push) Has been cancelled
Test Action / Test with run_install (empty object, ubuntu-latest) (push) Has been cancelled
Test Action / Test with run_install (global, ubuntu-latest) (push) Has been cancelled
Test Action / Test with run_install (null, ubuntu-latest) (push) Has been cancelled
Test Action / Test with run_install (recursive, ubuntu-latest) (push) Has been cancelled
Test Action / Test with run_install (array, windows-latest) (push) Has been cancelled
Test Action / Test with run_install (empty object, windows-latest) (push) Has been cancelled
Test Action / Test with run_install (global, windows-latest) (push) Has been cancelled
Test Action / Test with run_install (null, windows-latest) (push) Has been cancelled
Test Action / Test with run_install (recursive, windows-latest) (push) Has been cancelled
Test Action / Test with default inputs (macos-latest, 6.17.1) (push) Has been cancelled
Test Action / Test with default inputs (ubuntu-latest, 6.17.1) (push) Has been cancelled
Test Action / Test with default inputs (windows-latest, 6.17.1) (push) Has been cancelled
Test Action / Test with explicit inputs (macos-latest, 6.17.1) (push) Has been cancelled
Test Action / Test with explicit inputs (ubuntu-latest, 6.17.1) (push) Has been cancelled
Test Action / Test with explicit inputs (windows-latest, 6.17.1) (push) Has been cancelled
Test Action / Test with run_install (array, macos-latest) (push) Has been cancelled
Test Action / Test with run_install (empty object, macos-latest) (push) Has been cancelled
Test Action / Test with run_install (global, macos-latest) (push) Has been cancelled
Test Action / Test with run_install (null, macos-latest) (push) Has been cancelled
Test Action / Test with run_install (recursive, macos-latest) (push) Has been cancelled
Test Action / Test with run_install (array, ubuntu-latest) (push) Has been cancelled
Test Action / Test with run_install (empty object, ubuntu-latest) (push) Has been cancelled
Test Action / Test with run_install (global, ubuntu-latest) (push) Has been cancelled
Test Action / Test with run_install (null, ubuntu-latest) (push) Has been cancelled
Test Action / Test with run_install (recursive, ubuntu-latest) (push) Has been cancelled
Test Action / Test with run_install (array, windows-latest) (push) Has been cancelled
Test Action / Test with run_install (empty object, windows-latest) (push) Has been cancelled
Test Action / Test with run_install (global, windows-latest) (push) Has been cancelled
Test Action / Test with run_install (null, windows-latest) (push) Has been cancelled
Test Action / Test with run_install (recursive, windows-latest) (push) Has been cancelled
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
||||
version: 6.17.1
|
||||
|
||||
- name: 'Test: which'
|
||||
run: which pnpm; which pnpx
|
||||
run: which pnpm
|
||||
|
||||
- name: 'Test: install'
|
||||
run: pnpm install
|
||||
@@ -60,7 +60,7 @@ jobs:
|
||||
dest: ~/test/pnpm
|
||||
|
||||
- name: 'Test: which'
|
||||
run: which pnpm && which pnpx
|
||||
run: which pnpm
|
||||
|
||||
- name: 'Test: install'
|
||||
run: pnpm install
|
||||
@@ -116,7 +116,7 @@ jobs:
|
||||
run_install: ${{ matrix.run_install.value }}
|
||||
|
||||
- name: 'Test: which'
|
||||
run: which pnpm; which pnpx
|
||||
run: which pnpm
|
||||
|
||||
- name: 'Test: install'
|
||||
run: pnpm install
|
||||
|
||||
Reference in New Issue
Block a user