Skip to content

Commit

Permalink
5
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Popov <[email protected]>
  • Loading branch information
aensidhe committed Nov 20, 2023
1 parent 470b3ae commit d449ef6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@ jobs:
6.0.x
- name: Install docker-cli
run: choco install docker-cli
- name: Switch OS for docker
run: "& \"$Env:ProgramData\\chocolatey\\lib\\docker-cli\\bin\\docker.exe\" -SwitchDaemon"

- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build -c Release --no-restore

- name: Switch OS for docker
run: "& \"$Env:ProgramData\\chocolatey\\lib\\docker-cli\\DockerCli.exe\" -SwitchDaemon"

- name: Docker build
run: docker-compose build

Expand Down

0 comments on commit d449ef6

Please sign in to comment.