fixup syntax in pipeline

This commit is contained in:
2025-03-27 20:26:33 +01:00
parent db93735058
commit 2b78629fd0
2 changed files with 7 additions and 6 deletions

View File

@@ -2,10 +2,8 @@ name: Database Adapter Continues Integration
on:
pull_request:
branches:
- feature/migrate-100-percent-to-svelte
paths:
- "apps/db-adapter/*"
- "apps/db-adapter**"
jobs:
golangci:
@@ -22,11 +20,13 @@ jobs:
with:
version: latest
working-directory: 'apps/db-adapter'
test:
uses: ./.github/workflows/go_test.yml
needs: golangci
with:
working-directory: 'apps/db-adapter'
build:
needs: test
uses: ./.github/workflows/docker_build.yml

View File

@@ -1,15 +1,16 @@
name: Frontend Continuous Integration
on:
pull_request:
branches:
- feature/migrate-100-percent-to-svelte
paths:
- "apps/app/*"
- "apps/app**"
jobs:
lint:
uses: ./.github/workflows/svelte_lint.yml
with:
working-directory: 'apps/app'
build:
needs: lint
uses: ./.github/workflows/svelte_test.yml