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 7a78b9c commit 7307b88
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,20 +129,20 @@ jobs:
working-directory: Stability-Test
run: |
java -jar ../target/flatc.jar \
Flat-Testing/example \
Stability-Test \
Astro \
Flatc \
Spectra \
Nebula \
SimpleGapRuleFlat \
-l Nest \
-l Compiler-String-Extensions \
-l Network \
-l MySQL \
-l Redis \
-l Svg \
-l Json \
src \
../Flat-Testing/example \
../Astro \
../Flatc \
../Spectra \
../Nebula \
../SimpleGapRuleFlat \
-l ../Nest \
-l ../Compiler-String-Extensions \
-l ../Network \
-l ../MySQL \
-l ../Redis \
-l ../Svg \
-l ../Json \
-install-dir .. \
-main stabilitytest/StabilityTest \
-o dist/test.js \
Expand Down

0 comments on commit 7307b88

Please sign in to comment.