Update test workflow to include directory changes for integration tests

This commit is contained in:
Stela Augustinova
2026-04-02 11:02:36 +02:00
parent e6f5295420
commit 3508ddc3ca
+7
View File
@@ -26,30 +26,37 @@ jobs:
with:
fetch-depth: 1
- _include: checkout-and-merge-pro
- name: yarn install
run: |
cd ../dbgate-merged
yarn install
- name: Integration tests
run: |
cd ../dbgate-merged
cd integration-tests
yarn test:ci
- name: Filter parser tests
if: always()
run: |
cd ../dbgate-merged
cd packages/filterparser
yarn test:ci
- name: Datalib (perspective) tests
if: always()
run: |
cd ../dbgate-merged
cd packages/datalib
yarn test:ci
- name: Tools tests
if: always()
run: |
cd ../dbgate-merged
cd packages/tools
yarn test:ci