Skip to content

Commit

Permalink
GitHub action (arturmkrtchyan#109)
Browse files Browse the repository at this point in the history
* testing github action

* testing github action java

* testing github action java

* testing github action

* testing github action

* testing github action
  • Loading branch information
hajk1 committed Oct 2, 2023
1 parent 4fd80b3 commit 82f370b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build-github-actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Java CI

on: [push]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots package

0 comments on commit 82f370b

Please sign in to comment.