Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
schultek committed Mar 17, 2024
1 parent d79ae1f commit 79abceb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
- name: Run
run: |
dart pub global activate packages/jaspr_cli --source=path
cd examples/package_riverpod
dart pub global run jaspr_cli:jaspr doctor
dart pub global run jaspr_cli:jaspr --version
test2:
name: Test Windows
Expand All @@ -45,5 +44,4 @@ jobs:
- name: Run
run: |
dart pub global activate packages/jaspr_cli --source=path
cd examples/package_riverpod
jaspr doctor
jaspr --version

0 comments on commit 79abceb

Please sign in to comment.