Skip to content

Commit

Permalink
update actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
tushartushar committed Feb 19, 2023
1 parent 34db548 commit 0257a24
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
# - uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with Maven
run: mvn clean install
- name: setup
uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with Maven
run: mvn clean install
# - name: Download DesigniteJava
# run: wget "https://www.designite-tools.com/static/download/DJE/DesigniteJava.jar"
# - name: Create 'analysis' folder
Expand Down

0 comments on commit 0257a24

Please sign in to comment.