mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-13 22:39:06 +02:00
Fix ci reference
This commit is contained in:
6
.github/workflows/auth-service-ci.yml
vendored
6
.github/workflows/auth-service-ci.yml
vendored
@@ -6,16 +6,16 @@ on:
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
uses: ./.github/workflows/CI/go_lint.yml
|
||||
uses: ./CI/go_lint.yml
|
||||
with:
|
||||
working-directory: 'auth-service'
|
||||
build:
|
||||
needs: lint
|
||||
uses: ./.github/workflows/CI/go_build.yml
|
||||
uses: ./CI/go_build.yml
|
||||
with:
|
||||
working-directory: 'auth-service'
|
||||
test:
|
||||
needs: build
|
||||
uses: ./.github/workflows/CI/go_test.yml
|
||||
uses: ./CI/go_test.yml
|
||||
with:
|
||||
working-directory: 'auth-service'
|
6
.github/workflows/backend-ci.yml
vendored
6
.github/workflows/backend-ci.yml
vendored
@@ -6,16 +6,16 @@ on:
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
uses: ./.github/workflows/CI/go_lint.yml
|
||||
uses: ./CI/go_lint.yml
|
||||
with:
|
||||
working-directory: 'backend'
|
||||
build:
|
||||
needs: lint
|
||||
uses: ./.github/workflows/CI/go_build.yml
|
||||
uses: ./CI/go_build.yml
|
||||
with:
|
||||
working-directory: 'backend'
|
||||
test:
|
||||
needs: build
|
||||
uses: ./.github/workflows/CI/go_test.yml
|
||||
uses: ./CI/go_test.yml
|
||||
with:
|
||||
working-directory: 'backend'
|
4
.github/workflows/frontend-ci.yml
vendored
4
.github/workflows/frontend-ci.yml
vendored
@@ -6,11 +6,11 @@ on:
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
uses: ./.github/workflows/CI/go_lint.yml
|
||||
uses: ./CI/go_lint.yml
|
||||
with:
|
||||
working-directory: 'backend'
|
||||
build:
|
||||
needs: lint
|
||||
uses: ./.github/workflows/CI/go_build.yml
|
||||
uses: ./CI/go_build.yml
|
||||
with:
|
||||
working-directory: 'backend'
|
||||
|
Reference in New Issue
Block a user