Skip to content

Commit

Permalink
[issues-301] - Fix the GitHub workflow and add OSs to the matrix
Browse files Browse the repository at this point in the history
[issues-301] - Fix the GitHub workflow and add OSs to the matrix
  • Loading branch information
fabiobrz authored Oct 16, 2024
1 parent f238428 commit 3e4b9ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wildfly-it-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ name: WildFly/EAP MicroProfile Test Suite Integration Tests
on:
push:
pull_request:
branches: [ master ]
branches: [ 'master' ]

jobs:
wildfly-it-tests:
if: '! github.event.pull_request.draft'
runs-on: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'windows-latest']
java-version: ['11', '17']
java-distribution: ['adopt', 'oracle']
steps:
Expand Down

0 comments on commit 3e4b9ea

Please sign in to comment.