🧪 Tests CI
Some checks failed
Gitea Build Action / build-go (push) Successful in 23s
Gitea Build Action / build-nuxt (push) Failing after 4m52s

This commit is contained in:
Daniel Svitan
2025-06-05 10:16:35 +02:00
parent 8068f82f13
commit 186275d1dd
3 changed files with 5 additions and 2 deletions

View File

@@ -31,6 +31,10 @@ jobs:
bun-version: 1.2.0
- name: Display Bun version
run: bun --version
- name: test 1
run: ls
- name: test 2
run: cd web && ls
- name: "[web] Install dependencies"
run: cd web && bun install
- name: "[web] Build"