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 1a05954 commit d683abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
run:
working-directory: src/
steps:
- run: ls -l
- uses: actions/checkout@v4
- name: Setup .NET 8.x
uses: actions/setup-dotnet@v4
Expand All @@ -21,5 +20,6 @@ jobs:
--username statoildeveloper \
--password ${{ secrets.AZURE_ARTIFACTS_PAT }} \
--store-password-in-clear-text
- run: ls -l
- name: Run tests
run: dotnet test

0 comments on commit d683abf

Please sign in to comment.