mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
cI: updated ci
This commit is contained in:
parent
a5a3675fc2
commit
0aae4bc7cf
22
.github/workflows/testing.yml
vendored
22
.github/workflows/testing.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Tests
|
||||
name: CI
|
||||
on:
|
||||
- pull_request
|
||||
- push
|
||||
@ -18,8 +18,26 @@ jobs:
|
||||
run: yarn lint
|
||||
env:
|
||||
CI: true
|
||||
build:
|
||||
name: Test Build
|
||||
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: Build
|
||||
run: yarn build
|
||||
env:
|
||||
CI: true
|
||||
test:
|
||||
name: Build Test
|
||||
needs:
|
||||
- ESLint
|
||||
- Test Build
|
||||
name: Docker Image CI
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user