Skip to content

Commit

Permalink
whitespace, fix ghaction
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Jul 14, 2024
1 parent 94fc2b1 commit 7244d93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
npm i
npm run build
- name: Run test script
run: |
./test.sh
cd tests && ./test.sh
4 changes: 2 additions & 2 deletions tests/test.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
set -e

# Make sure template is built
cd ../
./bundle.sh
cd tests



# Run through every schema in schemas/
for file in ./schemas/*.yaml; do
echo "Generating and testing $file..."
rm -rf output
Expand Down

0 comments on commit 7244d93

Please sign in to comment.