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 9cc4338 commit b22cd34Copy full SHA for b22cd34
.github/workflows/test-prime.yml
@@ -84,6 +84,6 @@ jobs:
84
fetch-depth: 3
85
86
- name: 'Run ${{github.event.inputs.version}} native test'
87
- run: bash build-assets/scripts/test.sh --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
+ run: bash build-assets/scripts/test.sh --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}} --develop
88
89
0 commit comments