Skip to content

Commit

Permalink
ci: try to resolve github packages
Browse files Browse the repository at this point in the history
  • Loading branch information
astappiev committed Oct 6, 2023
1 parent 54fa787 commit 1060045
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
server-id: github-l3s-learnweb
- run: $MVN checkstyle:check
- run: $MVN compile spotbugs:check

Expand All @@ -44,4 +45,5 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
server-id: github-l3s-learnweb
- run: $MVN test

0 comments on commit 1060045

Please sign in to comment.