Skip to content

Commit

Permalink
Fix CI breaks in multi-module move
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Nov 15, 2023
1 parent a5c49f8 commit 30862a6
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: maven-target-directory
path: target/
path: github-api/target/
retention-days: 3
site:
name: site (Java 17)
Expand Down Expand Up @@ -105,4 +105,4 @@ jobs:
distribution: 'temurin'
cache: 'maven'
- name: Maven Test (no build) Java 8
run: mvn -B surefire:test -DfailIfNoTests -Dsurefire.excludesFile=src/test/resources/slow-or-flaky-tests.txt
run: cd github-api && mvn -B surefire:test -DfailIfNoTests -Dsurefire.excludesFile=src/test/resources/slow-or-flaky-tests.txt

0 comments on commit 30862a6

Please sign in to comment.