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 4be85c9
Show file tree
Hide file tree
Showing 20 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-build.yml
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
Expand Up @@ -12,7 +12,7 @@
},
"response": {
"status": 200,
"bodyFileName": "repos_hub4j-test-org_listprslistheads_commits_7460916bfb8e9966d6b9d3e8ae378c82c6b8e43e-3.json",
"bodyFileName": "repos_hub4j-test-org_listprslistheads_commits_7460916-3.json",
"headers": {
"Date": "Thu, 03 Sep 2020 20:16:58 GMT",
"Content-Type": "application/json; charset=utf-8",
Expand Down
Expand Up @@ -12,7 +12,7 @@
},
"response": {
"status": 200,
"bodyFileName": "repos_hub4j-test-org_github-api_compare_4261c42949915816a9f246eb14c3dfd21a637bc294ff089e60064bfa43e374baeb10846f7ce82f40-4.json",
"bodyFileName": "repos_hub4j-test-org_github-api_compare_4261c429-4.json",
"headers": {
"Server": "GitHub.com",
"Date": "Mon, 06 Sep 2021 19:23:04 GMT",
Expand Down
Expand Up @@ -12,7 +12,7 @@
},
"response": {
"status": 200,
"bodyFileName": "repos_hub4j-test-org_github-api_compare_4261c42949915816a9f246eb14c3dfd21a637bc294ff089e60064bfa43e374baeb10846f7ce82f40-4.json",
"bodyFileName": "repos_hub4j-test-org_github-api_compare_4261c429-4.json",
"headers": {
"Server": "GitHub.com",
"Date": "Mon, 06 Sep 2021 19:23:23 GMT",
Expand Down
Expand Up @@ -12,7 +12,7 @@
},
"response": {
"status": 200,
"bodyFileName": "repos_hub4j-test-org_github-api_compare_4261c42949915816a9f246eb14c3dfd21a637bc294ff089e60064bfa43e374baeb10846f7ce82f40-5.json",
"bodyFileName": "repos_hub4j-test-org_github-api_compare_4261c429-5.json",
"headers": {
"Server": "GitHub.com",
"Date": "Mon, 06 Sep 2021 19:23:23 GMT",
Expand Down
Expand Up @@ -12,7 +12,7 @@
},
"response": {
"status": 200,
"bodyFileName": "repositories_206888201_compare_4261c42949915816a9f246eb14c3dfd21a637bc294ff089e60064bfa43e374baeb10846f7ce82f40-6.json",
"bodyFileName": "repositories_206888201_compare_4261c429-6.json",
"headers": {
"Server": "GitHub.com",
"Date": "Mon, 06 Sep 2021 19:23:24 GMT",
Expand Down
Expand Up @@ -12,7 +12,7 @@
},
"response": {
"status": 200,
"bodyFileName": "repositories_206888201_compare_4261c42949915816a9f246eb14c3dfd21a637bc294ff089e60064bfa43e374baeb10846f7ce82f40-7.json",
"bodyFileName": "repositories_206888201_compare_4261c429-7.json",
"headers": {
"Server": "GitHub.com",
"Date": "Mon, 06 Sep 2021 19:23:24 GMT",
Expand Down
Expand Up @@ -12,7 +12,7 @@
},
"response": {
"status": 200,
"bodyFileName": "repos_hub4j-test-org_github-api_compare_e46a9f3f2ac55db96de3c5c4706f2813b3a964658051615eff597f4e49f4f47625e6fc2b49f26bfc-4.json",
"bodyFileName": "repos_hub4j-test-org_github-api_compare_e46a9f3f-4.json",
"headers": {
"Server": "GitHub.com",
"Date": "Mon, 06 Sep 2021 19:22:35 GMT",
Expand Down
Expand Up @@ -12,7 +12,7 @@
},
"response": {
"status": 200,
"bodyFileName": "repos_hub4j-test-org_github-api_compare_e46a9f3f2ac55db96de3c5c4706f2813b3a964658051615eff597f4e49f4f47625e6fc2b49f26bfc-5.json",
"bodyFileName": "repos_hub4j-test-org_github-api_compare_e46a9f3f-5.json",
"headers": {
"Server": "GitHub.com",
"Date": "Mon, 06 Sep 2021 19:22:35 GMT",
Expand Down
Expand Up @@ -12,7 +12,7 @@
},
"response": {
"status": 200,
"bodyFileName": "repositories_206888201_compare_e46a9f3f2ac55db96de3c5c4706f2813b3a964658051615eff597f4e49f4f47625e6fc2b49f26bfc-6.json",
"bodyFileName": "repositories_206888201_compare_e46a9f3f-6.json",
"headers": {
"Server": "GitHub.com",
"Date": "Mon, 06 Sep 2021 19:22:35 GMT",
Expand Down

0 comments on commit 4be85c9

Please sign in to comment.