Skip to content

Commit

Permalink
add an ubuntu runner to test
Browse files Browse the repository at this point in the history
  • Loading branch information
thebehera committed Jan 7, 2024
1 parent 894d522 commit b983151
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/review.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "Build and Test"
on:
pull_request:
paths-ignore:
- '*.md'
types:
- synchronize
- opened
Expand All @@ -9,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-latest ]
os: [ macos-latest, ubuntu-latest ]
steps:
- uses: actions/checkout@v3
- name: Set up JDK 19
Expand Down

0 comments on commit b983151

Please sign in to comment.