change actions
This commit is contained in:
parent
aae8407731
commit
3a818dc71f
1 changed files with 0 additions and 6 deletions
6
.github/workflows/github-actions-demo.yml
vendored
6
.github/workflows/github-actions-demo.yml
vendored
|
@ -9,18 +9,12 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
path: frontend/casino
|
||||
- name: Starting NodeJs ${{ matrix.node-version}}
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
path: frontend/casino
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: install modules
|
||||
with:
|
||||
path: frontend/casino
|
||||
run: yarn
|
||||
- name: build project
|
||||
with:
|
||||
path: frontend/casino
|
||||
run: yarn build
|
Loading…
Reference in a new issue