Update build.yml to install node
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 34s
Details
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 34s
Details
This commit is contained in:
parent
94f9e081af
commit
f43f8e5ea7
|
@ -10,12 +10,11 @@ jobs:
|
|||
shell: sh
|
||||
run: |
|
||||
apk --update add nodejs npm
|
||||
- run: npm ci
|
||||
- run: npm test
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
- name: Pass login information
|
||||
shell: sh
|
||||
env:
|
||||
DOCKER_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }}
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue