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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
|
||||||
path: frontend/casino
|
|
||||||
- name: Starting NodeJs ${{ matrix.node-version}}
|
- name: Starting NodeJs ${{ matrix.node-version}}
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
path: frontend/casino
|
path: frontend/casino
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: install modules
|
- name: install modules
|
||||||
with:
|
|
||||||
path: frontend/casino
|
|
||||||
run: yarn
|
run: yarn
|
||||||
- name: build project
|
- name: build project
|
||||||
with:
|
|
||||||
path: frontend/casino
|
|
||||||
run: yarn build
|
run: yarn build
|
Loading…
Reference in a new issue