Update build.yml to install node
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 34s Details

This commit is contained in:
Roland Thomas 2023-06-10 17:42:36 -04:00
parent 94f9e081af
commit f43f8e5ea7
1 changed files with 1 additions and 2 deletions

View File

@ -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: |