Skip to content

Commit

Permalink
update Github Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jochen-testingbot committed Mar 8, 2024
1 parent 8ab2950 commit e17f261
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin' # Use Temurin distribution (formerly AdoptOpenJDK)
distribution: 'temurin'
- name: Cache Maven packages
uses: actions/cache@v3
with:
Expand All @@ -21,4 +21,7 @@ jobs:
restore-keys: |
${{ runner.os }}-m2
- name: Build with Maven
run: mvn -B clean test -P single
run: mvn -B clean test -P parallel
env:
TB_KEY: ${{ secrets.TB_KEY }}
TB_SECRET: ${{ secrets.TB_SECRET }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Java CI with Maven](https://github.com/testingbot/java-junit-example/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/testingbot/java-junit-example/actions/workflows/test.yml)

## TestingBot - Java & JUnit

TestingBot provides an online grid of browsers and mobile devices to run Automated tests on via Selenium WebDriver.
Expand Down

0 comments on commit e17f261

Please sign in to comment.