mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-06 01:25:28 +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'
|
bun-version-file: '.bun-version'
|
||||||
|
|
||||||
- name: install dependencies
|
- 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
|
- name: typecheck && unit test
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user