Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
  • Loading branch information
richard1927 committed Dec 6, 2024
1 parent 390b691 commit 2e7213d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 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 @@ -16,11 +16,13 @@ jobs:
dotnet-version: '8.x'
- name: Configure NuGet source
run: |
dotnet nuget update source ProCoSysOfficial \
dotnet nuget add source --name ProCoSysOfficial \
--username statoildeveloper \
--password ${{ secrets.AZURE_ARTIFACTS_PAT }} \
--store-password-in-clear-text
--store-password-in-clear-text \
https://statoildeveloper.pkgs.visualstudio.com/_packaging/ProCoSysOfficial/nuget/v3/index.json
- name: Run tests
run: dotnet test
working-directory: src/
run: dotnet test src/Equinor.ProCoSys.Preservation.sln

# - run: dotnet build Equinor.ProCoSys.Preservation.Domain/Equinor.ProCoSys.Preservation.Domain.csproj

0 comments on commit 2e7213d

Please sign in to comment.