Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

remove scenic=yes (#3252)#2149

remove scenic=yes (#3252)

remove scenic=yes (#3252) #2149

Workflow file for this run

name:Build and Test
on:push
jobs:
build:
runs-on:ubuntu-latest
strategy:
fail-fast:false
matrix:
java-version:[ 25, 26-ea ]
steps:
-uses:actions/checkout@v4
-uses:actions/setup-java@v4
with:
java-version:${{ matrix.java-version }}
distribution:temurin
-name:Cache Maven artifacts
uses:actions/cache@v4
with:
path:~/.m2/repository
key:${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys:|
${{ runner.os }}-maven-
-name:Cache node
uses:actions/cache@v4
with:
path:web-bundle/node
key:${{ runner.os }}-node-${{ hashFiles('**/pom.xml') }}
restore-keys:|
${{ runner.os}}-node-
-name:Cache node_modules
uses:actions/cache@v4
with:
path:web-bundle/node_modules
key:${{ runner.os }}-node-${{ hashFiles('**/pom.xml', '**/package.json') }}
restore-keys:|
${{ runner.os}}-node_modules-
-name:Build ${{ matrix.java-version }}
run:mvn -B clean test

[8]ページ先頭

©2009-2025 Movatter.jp