Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleberre authored Jan 19, 2025
1 parent aa01c7c commit fc70bd9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: 'Lens Unit own CI'
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '17'
- name: compile the code
run: ./build.sh
- name: run the tests
run: ./runtests.sh org.lensunit.AllTests

0 comments on commit fc70bd9

Please sign in to comment.