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.
2 parents c435f37 + 4c7efbc commit f2da3afCopy full SHA for f2da3af
.github/workflows/main.yml
@@ -3,7 +3,7 @@ name: NanoServer MSVC
3
on:
4
push:
5
branches:
6
- - master
+ - docker-backwards
7
schedule:
8
- cron: '0 0 * * *'
9
workflow_dispatch:
@@ -71,4 +71,4 @@ jobs:
71
- name: Nano Container - Test the Project
72
shell: pwsh
73
run: |
74
- docker exec -w "C:\app\tests\build\src" -i orphan cmd /c ctest -C Release --stop-on-failure --verbose
+ docker exec -w "C:\app\tests\build-ct\src" -i orphan cmd /c ctest -C Release --stop-on-failure --verbose
0 commit comments