Skip to content

Commit f2da3af

Browse files
authored
Merge pull request #3 from AnastaZIuk/docker-backwards
Docker backwards
2 parents c435f37 + 4c7efbc commit f2da3af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: NanoServer MSVC
33
on:
44
push:
55
branches:
6-
- master
6+
- docker-backwards
77
schedule:
88
- cron: '0 0 * * *'
99
workflow_dispatch:
@@ -71,4 +71,4 @@ jobs:
7171
- name: Nano Container - Test the Project
7272
shell: pwsh
7373
run: |
74-
docker exec -w "C:\app\tests\build\src" -i orphan cmd /c ctest -C Release --stop-on-failure --verbose
74+
docker exec -w "C:\app\tests\build-ct\src" -i orphan cmd /c ctest -C Release --stop-on-failure --verbose

0 commit comments

Comments
 (0)