Skip to content

Commit

Permalink
Update ftest
Browse files Browse the repository at this point in the history
  • Loading branch information
yma96 committed Feb 10, 2025
1 parent 1eb3d70 commit 7debbe5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on: [push]
jobs:
build:
name: Build and push
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
MAVEN_OPTS: "-Xmx4096m -Xms2048m -XX:MaxMetaspaceSize=4096m -Xss8m"
SKIP_NPM_CONFIG: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on: [pull_request]
jobs:
verify:
name: verify with maven
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: ${{ github.event_name != 'push' }}
env:
MAVEN_OPTS: "-Xmx4096m -Xms2048m -XX:MaxMetaspaceSize=4096m -Xss8m"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public void run() {
HttpHead httpNpmHeadSubReq = new HttpHead(REMOTE_NPM_TEST_SUB_URL);
HttpResources npmSubResponse = client.execute(httpNpmHeadSubReq);
assertThat(200, is(npmSubResponse.getStatusCode()));
assertNotNull( npmSubResponse.getStatusCode() );



Expand Down

0 comments on commit 7debbe5

Please sign in to comment.