mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
ci: fix syntaxc error
This commit is contained in:
parent
7b399b7141
commit
8f5f56fb9c
4
.github/workflows/testing.yml
vendored
4
.github/workflows/testing.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
build:
|
build:
|
||||||
name: Test Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
@ -36,7 +36,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
needs:
|
needs:
|
||||||
- ESLint
|
- ESLint
|
||||||
- Test Build
|
- Build
|
||||||
name: Docker Image CI
|
name: Docker Image CI
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user