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