Skip to content

Commit 9601198

Browse files
committed
Debug CI
1 parent 9243695 commit 9601198

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/BuildAndTest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
ref: origin/dev
1717
- name: Build XTMF2
1818
run: |
19-
cd "D:\a\TMG-Framework\XTMF2"
19+
cd "XTMF2"
2020
dotnet build -c Release
2121
- uses: actions/checkout@v1
2222
- name: Build TMG-Framework
2323
run: |
24-
cd "D:\a\TMG-Framework\TMG-Framework"
24+
cd "TMG-Framework"
2525
dotnet build -c Release
2626
- name: Unit Tests
2727
run: |
28-
cd "D:\a\TMG-Framework\TMG-Framework"
28+
cd "TMG-Framework"
2929
dotnet test -c Release
3030

0 commit comments

Comments
 (0)