Skip to content

Commit

Permalink
filter out java related stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-kerem committed Apr 18, 2024
1 parent ba6f21d commit 2f0c1f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 59 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/java-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,3 @@ jobs:
cache: 'maven'
- name: Build with Maven
run: mvn -B package --file pom.xml

test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push to local registry
uses: docker/build-push-action@v5
with:
context: '{{defaultContext}}:visual-java'
tags: saucelabs/visual-java
file: Dockerfile
load: true
- name: Run the integration tests
run: |
npm ci
npm run test
working-directory: tests
env:
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
CONTAINER_IMAGE_NAME: saucelabs/visual-java

This file was deleted.

0 comments on commit 2f0c1f5

Please sign in to comment.