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 13d2882 commit b3815ad
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .github/workflows/test_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,24 @@ jobs:
- uses: dart-lang/[email protected]
- uses: subosito/flutter-action@v2

- name: Version
run: dart --version

- name: Version
- name: Bootstrap
run: |
dart --version
dart pub global activate melos
melos bootstrap --no-private
dart pub global run jaspr --disable-analytics
test2:
name: Test Windows
runs-on: windows-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2

- uses: dart-lang/[email protected]
- uses: subosito/flutter-action@v2

- name: Bootstrap
run: |
dart pub global activate melos
melos bootstrap --no-private
jaspr --disable-analytics
jaspr --help

0 comments on commit b3815ad

Please sign in to comment.