mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
fix github worker test
This commit is contained in:
parent
b17563e4b3
commit
5db014d9a3
2
.github/workflows/test_dlt_connector.yml
vendored
2
.github/workflows/test_dlt_connector.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
bun-version-file: '.bun-version'
|
||||
|
||||
- name: install dependencies
|
||||
run: cd dlt-connector && bun install --frozen-lockfile
|
||||
run: bun install --filter shared --frozen-lockfile && cd dlt-connector && bun install --frozen-lockfile
|
||||
|
||||
- name: typecheck && unit test
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user