Skip to content

Commit 453aec9

Browse files
committed
point build and test at the correct directory
1 parent 313a49f commit 453aec9

2 files changed

Lines changed: 499 additions & 505 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,17 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v4
15-
15+
1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v3
1818
with:
1919
dotnet-version: 8.0.x
20-
20+
2121
- name: Restore tools
22-
working-directory: ./update
2322
run: dotnet tool restore
2423

2524
- name: Test
26-
working-directory: ./update
2725
run: dotnet run devopstests
2826

2927
- name: Build
30-
working-directory: ./update
3128
run: dotnet run bundle

0 commit comments

Comments
 (0)