Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
richard1927 committed Dec 6, 2024
1 parent d683abf commit 82be1d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on: [push]
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: src/
# defaults:
# run:
# working-directory: src/
steps:
- uses: actions/checkout@v4
- name: Setup .NET 8.x
Expand All @@ -22,4 +22,4 @@ jobs:
--store-password-in-clear-text
- run: ls -l
- name: Run tests
run: dotnet test
run: dotnet test src/Equinor.ProCoSys.Preservation.sln

0 comments on commit 82be1d7

Please sign in to comment.