mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-13 22:39:06 +02:00
fixup syntax in pipeline
This commit is contained in:
6
.github/workflows/db_adapter_ci.yml
vendored
6
.github/workflows/db_adapter_ci.yml
vendored
@@ -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
|
||||
|
7
.github/workflows/svelte_ci.yml
vendored
7
.github/workflows/svelte_ci.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user