Skip to content

Commit

Permalink
run test image
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-kerem committed Apr 17, 2024
1 parent 065570d commit 87202ff
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/java-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml

build-test-docker-image:
test:
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
Expand All @@ -40,11 +40,4 @@ jobs:
tags: saucelabs/java-sdk
file: Dockerfile
load: true

test:
runs-on: ubuntu-latest
needs: build-test-docker-image
steps:
- uses: actions/checkout@v4
- run: docker run saucelabs/java-sdk

- run: docker run saucelabs/java-sdk

0 comments on commit 87202ff

Please sign in to comment.