Skip to content

Commit

Permalink
3
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 2c7f29f commit e249fc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,16 @@ jobs:
dotnet-version: |
3.1.x
6.0.x
- name: Install docker-cli
run: choco install docker-cli

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

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

- name: Docker build
run: docker-compose build
Expand Down

0 comments on commit e249fc9

Please sign in to comment.