Skip to content

Commit

Permalink
debug: update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjan committed Oct 21, 2024
1 parent cf9a7c4 commit 5e29685
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
# - name: Configure Windows
# if: matrix.os == 'windows-latest'
# run: git config --global core.autocrlf false # fixes go lint fmt error
- name: Configure Windows
if: matrix.os == 'windows-latest'
run: git config --global core.autocrlf false # fixes go lint fmt error
- name: Configure MySQL
if: matrix.os == 'ubuntu-latest'
uses: mirromutth/[email protected]
Expand Down

0 comments on commit 5e29685

Please sign in to comment.