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

Commitc5daacf

Browse files
authored
Merge pull requestcoderoad#399 from coderoad/feature/github-action-ci-cd
initial github action test
2 parentscec2dad +d3d7d05 commitc5daacf

File tree

3 files changed

+308
-11
lines changed

3 files changed

+308
-11
lines changed

‎.github/workflows/test.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
env:
15+
SKIP_PREFLIGHT_CHECK:true
16+
steps:
17+
-uses:actions/checkout@v2
18+
-name:Install modules
19+
run:yarn
20+
working-directory:./web-app
21+
-name:Run tests
22+
run:yarn test
23+
working-directory:./web-app

‎web-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"@alifd/theme-4":"^0.3.1",
3030
"@emotion/babel-preset-css-prop":"^10.0.27",
3131
"@emotion/core":"^10.0.28",
32+
"babel-jest":"^26.1.0",
3233
"js-yaml":"^3.14.0",
3334
"markdown-it":"^11.0.0",
3435
"markdown-it-emoji":"^1.4.0",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp