Skip to content

Commit 840e4fc

Browse files
Debug
1 parent 53f0466 commit 840e4fc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/github-actions-ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
with:
3131
dotnet-version: 8.0.x
3232

33+
- name: Debug
34+
run: |
35+
echo "GITHUB_PATH:$GITHUB_PATH"
36+
echo "PATH:$PATH"
37+
3338
- name: Restore dependencies
3439
run: dotnet restore PosInformatique.Testing.Databases.sln
3540

0 commit comments

Comments
 (0)