Skip to content

Commit 90d99a6

Browse files
- Testing setup improve.
1 parent 09a54b6 commit 90d99a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ jobs:
327327
- name: Prepare for robot test run
328328
run: |
329329
pgrep -f flask | xargs kill -9 || true
330+
python ${{ github.workspace }}/stackql-core/test/python/stackql_test_tooling/registry_rewrite.py --srcdir "${{ github.workspace }}/test/registry/src" --destdir "${{ github.workspace }}/test/registry-mocked/src"
330331
331332
- name: Run mocked robot tests
332333
run: |

0 commit comments

Comments
 (0)