Skip to content

Commit

Permalink
Merge pull request #26 from SELab-2/AWerbrouck-patch-2
Browse files Browse the repository at this point in the history
Create testing.yml
  • Loading branch information
AWerbrouck authored Feb 29, 2024
2 parents 67c6567 + 22ed6bf commit 2c58b1a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: running test with github actions
on: workflow_dispatch

jobs:
test:
runs-on: ubuntu-latest
name: run unit tests on java 17
steps:
- uses: actions/checkout@master
- name: setup java
uses: actions/setup-java@v1
with:
java-version: 17
- run: gradle test

0 comments on commit 2c58b1a

Please sign in to comment.