Skip to content

Commit

Permalink
fix: wrong flag
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Mar 6, 2024
1 parent 10e36da commit 5d93099
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-n-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
- name: json-yaml-validate
uses: GrantBirki/json-yaml-validate@v2
with:
files: target.json
required: true
files:
target.json
mode: fail

test-backend:
name: Test backend
Expand Down

0 comments on commit 5d93099

Please sign in to comment.