diff --git a/.gitea/workflows/testFrontend.yaml b/.gitea/workflows/testFrontend.yaml index 6eacef8..56c7eed 100644 --- a/.gitea/workflows/testFrontend.yaml +++ b/.gitea/workflows/testFrontend.yaml @@ -20,6 +20,8 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} + - name: Install dependencies + run: bun install - name: test bun script run: bun test - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file