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

Commitde55534

Browse files
authored
Merge pull request#85 from vil02/add_ci
chore: add `ci.yml`
2 parents51b0b36 +c29bcc0 commitde55534

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name:ci
3+
4+
'on':
5+
workflow_dispatch:
6+
push:
7+
branches:
8+
-master
9+
pull_request:
10+
11+
jobs:
12+
run_tests:
13+
runs-on:${{matrix.os}}
14+
strategy:
15+
fail-fast:false
16+
matrix:
17+
os:
18+
-ubuntu-22.04
19+
-macos-12
20+
-windows-2022
21+
java-version:[11, 16, 17]
22+
23+
steps:
24+
-uses:actions/checkout@v4
25+
-uses:actions/setup-java@v4
26+
with:
27+
distribution:'zulu'
28+
java-version:${{matrix.java-version}}
29+
30+
-name:Run tests
31+
run:|
32+
sbt test
33+
...

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp