We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9601198 commit c959482Copy full SHA for c959482
1 file changed
.github/workflows/BuildAndTest.yml
@@ -16,15 +16,13 @@ jobs:
16
ref: origin/dev
17
- name: Build XTMF2
18
run: |
19
- cd "XTMF2"
+ cd "../XTMF2"
20
dotnet build -c Release
21
- uses: actions/checkout@v1
22
- name: Build TMG-Framework
23
24
- cd "TMG-Framework"
25
26
- name: Unit Tests
27
28
29
dotnet test -c Release
30
0 commit comments