Skip to content

Commit

Permalink
print working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
juuwel committed Apr 24, 2024
1 parent 9315511 commit d7fbc32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,11 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

- name: Print working directory
run: pwd && ls

- name: Test
- name: Run tests
env:
BotaniqueDb: Host=localhost;Database=TestDatabase;Username=testuser;Password=password
run: cd Tests && dotnet test
Expand Down

0 comments on commit d7fbc32

Please sign in to comment.