Skip to content

Commit

Permalink
Use wsl to start docker on windows take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Apr 25, 2024
1 parent f5b57c5 commit f634958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
run: docker-compose up -d && docker-compose logs
- name: Start PostgreSQL Windows
if: ${{ matrix.os == 'windows-latest' }}
shell: wslbash
shell: wsl-bash {0}
working-directory: docker/postgres-server
run: docker-compose up -d && docker-compose logs

Expand Down

0 comments on commit f634958

Please sign in to comment.