Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
codekeyz committed Nov 3, 2024
1 parent 896fba4 commit 139da5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

- uses: bluefireteam/melos-action@v3
- uses: dart-lang/setup-dart@v1.3
with:
sdk: "3.5.3"
- uses: bluefireteam/melos-action@v3


- name: Bootstrap
run: |
Expand Down Expand Up @@ -70,10 +71,10 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

- uses: bluefireteam/melos-action@v3
- uses: dart-lang/setup-dart@v1.3
with:
sdk: "3.5.3"
- uses: bluefireteam/melos-action@v3

- name: Prepare Workspace
run: |
Expand Down

0 comments on commit 139da5f

Please sign in to comment.