Skip to content

Commit ba789a9

Browse files
committed
more workflow updates
1 parent fcd4885 commit ba789a9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
build:
88
strategy:
9-
matrix:
9+
matrix:
1010
runner: [windows-latest, windows-11-arm]
1111
name: Test Packages ${{ matrix.runner }}
1212
runs-on: ${{ matrix.runner }}
@@ -18,16 +18,16 @@ jobs:
1818
- name: Setup .NET SDK
1919
uses: actions/setup-dotnet@v5
2020
with:
21-
dotnet-version: '10.0'
21+
dotnet-version: "10.0"
2222

23-
- name: Install MAUI Workloads
23+
- name: Install native workloads
2424
run: dotnet workload restore
25-
25+
2626
- name: Download PowerSync extension
27-
run: dotnet run --project Tools/Setup
27+
run: dotnet run --project Tools/Setup
2828

2929
- name: Restore dependencies
3030
run: dotnet restore
31-
31+
3232
- name: Run tests
3333
run: dotnet test -v n --framework net10.0

0 commit comments

Comments
 (0)