Skip to content

Commit 87262fc

Browse files
committed
Update alt-validate.yml
1 parent 33764a5 commit 87262fc

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/alt-validate.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,5 @@ jobs:
1313
- name: Validate JSON schema
1414
uses: walbo/[email protected]
1515
with:
16-
schema: /tests/samples.schema.json
17-
files: /sample-queries/sample-queries.json
18-
19-
test:
20-
runs-on: ubuntu-latest
21-
needs: validate-json-schema
22-
steps:
23-
- uses: actions/checkout@v2
24-
25-
- name: Install
26-
run: npm install
27-
28-
- name: Run test
29-
run: npm run test
16+
schema: tests/samples.schema.json
17+
files: sample-queries/sample-queries.json

0 commit comments

Comments
 (0)