From 64bb15cc8b6eb21c085bcfaadd070b98bc3b0610 Mon Sep 17 00:00:00 2001 From: philipp Date: Tue, 16 Jan 2024 19:40:20 +0100 Subject: [PATCH] try --- .gitea/workflows/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 7b5f418..9ab476b 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -20,7 +20,8 @@ jobs: - name: Run Test DB Script run: ./test_db.sh - name: Build - run: | + run: + mkdir svelte && cd svelte && mkdir build && cd .. cargo build cd frontend && npm install && npm run build - name: Install dependencies @@ -54,7 +55,6 @@ jobs: - name: Build run: | cargo build - mkdir svelte && cd svelte && mkdir build && cd .. cd frontend && npm install && npm run build - name: Run Tests