mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-10 03:01:21 +00:00
ci(test): set --experimental-vm-modules
only on Test Package
step instead
This commit is contained in:
parent
a487ef2d17
commit
6c694c3c32
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@ -12,8 +12,6 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows, ubuntu, macos]
|
os: [windows, ubuntu, macos]
|
||||||
env:
|
|
||||||
NODE_OPTIONS: --experimental-vm-modules
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4.1.1
|
uses: actions/checkout@v4.1.1
|
||||||
@ -34,6 +32,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Test Package
|
- name: Test Package
|
||||||
run: yarn test
|
run: yarn test
|
||||||
|
env:
|
||||||
|
NODE_OPTIONS: --experimental-vm-modules
|
||||||
|
|
||||||
test-action:
|
test-action:
|
||||||
name: Test Action
|
name: Test Action
|
||||||
|
Loading…
Reference in New Issue
Block a user