Skip to content

Commit

Permalink
commit workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
curtishd committed Nov 14, 2024
1 parent 03ec5f3 commit ca0f1b1
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,14 @@ on:

jobs:
build:

runs-on: windows-latest

steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
cache: 'maven'
- name: Build with Maven
run: mvn -B package --file pom.xml

- name: Run Jar
run: java -jar .\target\jotepad-1.0-jar-with-dependencies.jar

run: mvn -B package --file pom.xml

0 comments on commit ca0f1b1

Please sign in to comment.