mirror of
https://github.com/koreanbots/core.git
synced 2026-02-01 17:20:24 +00:00
ci: added action
This commit is contained in:
parent
d97f39cedd
commit
2283f57bce
14
.github/workflows/deploy.yml
vendored
14
.github/workflows/deploy.yml
vendored
@ -20,6 +20,19 @@ jobs:
|
||||
run: yarn lint
|
||||
env:
|
||||
CI: true
|
||||
test:
|
||||
name: Run Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: install node v14
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14
|
||||
- name: yarn install
|
||||
run: yarn install
|
||||
- name: run jest
|
||||
run: yarn test
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
@ -45,6 +58,7 @@ jobs:
|
||||
needs:
|
||||
- eslint
|
||||
- build
|
||||
- test
|
||||
name: Docker Image CI
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
14
.github/workflows/testing.yml
vendored
14
.github/workflows/testing.yml
vendored
@ -17,6 +17,19 @@ jobs:
|
||||
run: yarn lint
|
||||
env:
|
||||
CI: true
|
||||
test:
|
||||
name: Run Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: install node v14
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14
|
||||
- name: yarn install
|
||||
run: yarn install
|
||||
- name: run jest
|
||||
run: yarn test
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
@ -48,6 +61,7 @@ jobs:
|
||||
needs:
|
||||
- eslint
|
||||
- build
|
||||
- test
|
||||
name: Docker Image CI
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user