mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
fix two errors for workflow runners
This commit is contained in:
parent
68d2218ed0
commit
663f199e96
2
.github/workflows/test_database.yml
vendored
2
.github/workflows/test_database.yml
vendored
@ -107,7 +107,7 @@ jobs:
|
||||
bun-version: latest
|
||||
|
||||
- name: Database | Lint
|
||||
run: bun install && cd database && bunx --bun run lint
|
||||
run: bun install && cd database && bun run lint
|
||||
|
||||
lint_turbo:
|
||||
if: needs.files-changed.outputs.database == 'true'
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"extends": ["//"],
|
||||
"tasks": {
|
||||
"commonConfig": {
|
||||
"dependsOn": ["config-schema#build"],
|
||||
"dependsOn": [],
|
||||
"cache": false
|
||||
},
|
||||
"clear": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user