Skip to content

Commit 3e489d1

Browse files
committed
r
1 parent 9d4efd4 commit 3e489d1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ jobs:
2020
--username statoildeveloper \
2121
--password ${{ secrets.AZURE_ARTIFACTS_PAT }} \
2222
--store-password-in-clear-text
23-
- name: Install dependencies
24-
run: dotnet restore
25-
- name: Build
26-
run: dotnet build
2723
- name: Run tests
28-
run: dotnet test
24+
run: |
25+
cd src/
26+
dotnet test

0 commit comments

Comments
 (0)