Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BSteffaniak committed Jul 11, 2022
1 parent 79f7fc5 commit 37da09a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,9 @@ jobs:
path: SimpleGapRuleFlat

- name: Build Stability Test
working-directory: Stability-Test
run: |
java -jar target/flatc.jar \
java -jar ../Flat/target/flatc.jar \
Flat-Testing/example \
Stability-Test \
Astro \
Expand Down Expand Up @@ -158,6 +159,7 @@ jobs:
node-version: 14

- name: Run Stability Test
working-directory: Stability-Test
run: |
node dist/test.js
Expand Down

0 comments on commit 37da09a

Please sign in to comment.