Skip to content

Commit

Permalink
fix : testContainer version up
Browse files Browse the repository at this point in the history
  • Loading branch information
KoSeonJe committed Aug 19, 2024
1 parent c8f97b0 commit 1034893
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/dev-server-integrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ jobs:
with:
registry-type: public


- name: Setup Docker permissions
run: |
sudo chmod 666 /var/run/docker.sock
sudo usermod -aG docker $USER
sudo service docker restart
- name: Build, tag, and push docker image to Amazon ECR Public
env:
REGISTRY: ${{ steps.login-ecr-public.outputs.registry }}
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ dependencies {
testCompileOnly 'org.projectlombok:lombok'
testAnnotationProcessor 'org.projectlombok:lombok'
// TestContainer
testImplementation 'org.testcontainers:testcontainers:1.20.0'
testImplementation 'org.testcontainers:junit-jupiter:1.20.0'
testImplementation 'org.testcontainers:testcontainers:1.20.1'
testImplementation 'org.testcontainers:junit-jupiter:1.20.1'
// mysql 컨테이너
testImplementation 'org.testcontainers:mysql:1.20.0'
testImplementation 'org.testcontainers:mysql:1.20.1'
}

tasks.named('test') {
Expand Down

0 comments on commit 1034893

Please sign in to comment.