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
|
shell: sh
|
||||||
run: |
|
run: |
|
||||||
apk --update add nodejs npm
|
apk --update add nodejs npm
|
||||||
- run: npm ci
|
|
||||||
- run: npm test
|
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
- name: Pass login information
|
- name: Pass login information
|
||||||
|
shell: sh
|
||||||
env:
|
env:
|
||||||
DOCKER_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }}
|
DOCKER_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }}
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue