Added installing dependencies
All checks were successful
OTA Dashboard Test / Explore-Gitea-Actions (push) Successful in 12s

This commit is contained in:
2025-12-19 09:03:59 +01:00
parent 2e3ec714a3
commit 83e3da1fa6

View File

@@ -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 }}."