fix: incorrect argument name: 'disable_run_tests' -> 'disable-run-tests' (#2079)

fix: 'disable_run_tests' -> 'disable-run-tests'
This commit is contained in:
zyy17
2023-08-02 19:16:56 +08:00
committed by GitHub
parent 7a27ef8d11
commit 279df2e558

View File

@@ -72,7 +72,7 @@ runs:
uses: taiki-e/install-action@nextest
- name: Run integration tests
if: ${{ inputs.disable_run_tests == 'false' }}
if: ${{ inputs.disable-run-tests == 'false' }}
shell: bash
run: |
make test sqlness-test