We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a54b6 commit 90d99a6Copy full SHA for 90d99a6
.github/workflows/build.yml
@@ -327,6 +327,7 @@ jobs:
327
- name: Prepare for robot test run
328
run: |
329
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"
331
332
- name: Run mocked robot tests
333
0 commit comments