Skip to content

Commit

Permalink
Merge pull request SAFE-Stack#449 from SAFE-Stack/fix-deploy
Browse files Browse the repository at this point in the history
Point build and test at the correct directory
  • Loading branch information
martinbryant authored Feb 26, 2024
2 parents 313a49f + 453aec9 commit 9b66013
Show file tree
Hide file tree
Showing 2 changed files with 499 additions and 505 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,17 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x

- name: Restore tools
working-directory: ./update
run: dotnet tool restore

- name: Test
working-directory: ./update
run: dotnet run devopstests

- name: Build
working-directory: ./update
run: dotnet run bundle
Loading

0 comments on commit 9b66013

Please sign in to comment.