Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bayang committed Nov 16, 2023
1 parent 23741c7 commit 8685a47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
name: Test webui builds
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: 17
java-package: 'jdk'
distribution: 'temurin'
- name: npm Build
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit 8685a47

Please sign in to comment.