change actions
This commit is contained in:
parent
3a818dc71f
commit
73babdae42
1 changed files with 5 additions and 5 deletions
10
.github/workflows/github-actions-demo.yml
vendored
10
.github/workflows/github-actions-demo.yml
vendored
|
@ -12,9 +12,9 @@ jobs:
|
|||
- name: Starting NodeJs ${{ matrix.node-version}}
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
path: frontend/casino
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: install modules
|
||||
run: yarn
|
||||
- name: build project
|
||||
run: yarn build
|
||||
- name: build
|
||||
run: |
|
||||
yarn
|
||||
yarn build
|
||||
working-directory: frontend/casino
|
||||
|
|
Loading…
Reference in a new issue