Skip to content

Commit

Permalink
Set up CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aartdem committed Mar 27, 2024
1 parent 2f3188e commit d2f2194
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build-and-run-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Build and test project
on: [ push ]
jobs:
build-and-run-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Setup Gradle
run: cd work1 && ./gradlew build

0 comments on commit d2f2194

Please sign in to comment.