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

Commit64e770c

Browse files
committed
initial github action test
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parentcec2dad commit64e770c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

‎.github/workflows/test.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name:CI
2+
on:push
3+
jobs:
4+
build-extension:
5+
runs-on:ubuntu-latest
6+
steps:
7+
-uses:actions/checkout@v2
8+
-name:Install modules
9+
run:yarn
10+
-name:Run tests
11+
run:yarn test
12+
build-web:
13+
runs-on:ubuntu-latest
14+
steps:
15+
-uses:actions/checkout@v2
16+
-name:Install modules
17+
run:yarn
18+
working-directory:./web-app
19+
-name:Run tests
20+
run:yarn test
21+
working-directory:./web-app

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp