Skip to content

Commit

Permalink
Fix CI command
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Dec 21, 2023
1 parent f476668 commit 6cd2158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
with:
version: 8

- name: Fable Tests - JavaScript
- name: Tests
run: |
pnpm install
dotnet tool restore
dotnet fable tests --run npx ava tests
dotnet fable src/Glutinum.Converter --outDir fableBuild --sourceMaps --run vitest run

0 comments on commit 6cd2158

Please sign in to comment.