Added installing dependencies
All checks were successful
OTA Dashboard Test / Explore-Gitea-Actions (push) Successful in 12s
All checks were successful
OTA Dashboard Test / Explore-Gitea-Actions (push) Successful in 12s
This commit is contained in:
@@ -20,6 +20,8 @@ jobs:
|
|||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
ls ${{ gitea.workspace }}
|
||||||
|
- name: Install dependencies
|
||||||
|
run: bun install
|
||||||
- name: test bun script
|
- name: test bun script
|
||||||
run: bun test
|
run: bun test
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
Reference in New Issue
Block a user