Skip to content

Commit

Permalink
Run tests on all major platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
punya committed Jul 19, 2023
1 parent bef5470 commit 38637fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:

build:
name: "Javaagent Gradle Plugin Validation"
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand Down

0 comments on commit 38637fc

Please sign in to comment.