Skip to content

Commit

Permalink
Fix test by removing docker hub creds for now
Browse files Browse the repository at this point in the history
  • Loading branch information
CarelFdeWaal committed Jul 30, 2024
1 parent 3fab865 commit 0b7d966
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ jobs:
# Custom image built with higher max_connections for vitests parralelization
# See docker/Dockerfile.postgres to see how it was built
image: avallete/postgres-custom-ci
credentials:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
# credentials:
# username: ${{ secrets.DOCKER_HUB_USERNAME }}
# password: ${{ secrets.DOCKER_HUB_PASSWORD }}
ports:
- 5432:5432
options: >-
Expand All @@ -99,9 +99,9 @@ jobs:
# Custom image built with higher timeout for vitest parralelization
# See docker/Dockerfile.mysql to see how it was built
image: avallete/mysql-custom-ci
credentials:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
# credentials:
# username: ${{ secrets.DOCKER_HUB_USERNAME }}
# password: ${{ secrets.DOCKER_HUB_PASSWORD }}
ports:
- 3306:3306
env:
Expand Down

0 comments on commit 0b7d966

Please sign in to comment.