Skip to content

Commit

Permalink
win: rm wsl
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Mar 2, 2024
1 parent cbbba03 commit 472f833
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
# if: runner.os == 'Linux'
# run: APP_BRANCH=${APP_REF:11} DOCKER_GATEWAY_HOST=172.17.0.1 DOCKER_HOST_HTTP="http://172.17.0.1" make ci_pact

- if: runner.os == 'Windows'
run: rm 'C:\Windows\System32\bash.exe'

- name: Unit Test
if: runner.os != 'Linux'
run: make ci_unit_no_docker
Expand Down

0 comments on commit 472f833

Please sign in to comment.