Setup client directory for GH workflow
This commit is contained in:
parent
496f65040a
commit
e889d68e9f
|
@ -124,7 +124,9 @@ jobs:
|
||||||
build-nuxt-app:
|
build-nuxt-app:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Build the Nuxt app
|
name: Build the Nuxt app
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
working-directory: ./client
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
@ -134,9 +136,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
|
||||||
- name: Get into client folder
|
|
||||||
run: cd client
|
|
||||||
|
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ~/.npm
|
path: ~/.npm
|
||||||
|
|
Loading…
Reference in New Issue