Fix copy-paste error in workflow file
This commit is contained in:
parent
9767667760
commit
19a9173213
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -62,8 +62,7 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
# This step should succeed, because the check that would fail is disabled
|
# This step should succeed, because the check that would fail is disabled
|
||||||
- name: Run SQLite schema lint action with invalid schema
|
- name: Lint an invalid schema, but with the check disabled
|
||||||
id: invalid_schema_test
|
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
schema-file: 'test_schemas/failure-no-strict.sql'
|
schema-file: 'test_schemas/failure-no-strict.sql'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user