mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-06 01:15:28 +02:00
fix: github action
This commit is contained in:
parent
8ad81be8af
commit
2b31e5b56c
2
frontend/.github/workflows/node.js.yml
vendored
2
frontend/.github/workflows/node.js.yml
vendored
@ -24,5 +24,5 @@ jobs:
|
|||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: yarn ci
|
- run: yarn
|
||||||
- run: yarn run test:ci
|
- run: yarn run test:ci
|
||||||
|
Loading…
Reference in New Issue
Block a user