Skip to content

Commit

Permalink
#1 Setup Project - Updated CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinacupac committed Apr 19, 2022
1 parent 2644d41 commit 5acdfb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: CI
on: [push]
jobs:
build-job:
runs-on: ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup JDK 17
- name: Setup Java
uses: actions/setup-java@v2
with:
java-version: 17
distribution: 'adopt'
- name: Build
- name: Gradle Build
run: ./gradlew build

0 comments on commit 5acdfb2

Please sign in to comment.