Skip to content

Commit c959482

Browse files
committed
Debug CI
1 parent 9601198 commit c959482

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/BuildAndTest.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@ jobs:
1616
ref: origin/dev
1717
- name: Build XTMF2
1818
run: |
19-
cd "XTMF2"
19+
cd "../XTMF2"
2020
dotnet build -c Release
2121
- uses: actions/checkout@v1
2222
- name: Build TMG-Framework
2323
run: |
24-
cd "TMG-Framework"
2524
dotnet build -c Release
2625
- name: Unit Tests
2726
run: |
28-
cd "TMG-Framework"
2927
dotnet test -c Release
3028

0 commit comments

Comments
 (0)