Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
querwurzel authored Apr 30, 2024
1 parent e8b9a39 commit aec28f9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ jobs:
checks: write
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
Expand All @@ -24,13 +22,16 @@ jobs:
with:
node-version: 20

- name: shell
- name: link Node.js to frontend module
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
which npm
which node
node --version
pwd
ls -lr
ln -s /opt/hostedtoolcache/node/20.12.2/x64/node/bin ./frontend/node
- name: Build with Maven
run: ./mvnw clean verify
Expand Down

0 comments on commit aec28f9

Please sign in to comment.