mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +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:
|
||||
CI: true
|
||||
build:
|
||||
name: Test Build
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
@ -36,7 +36,7 @@ jobs:
|
||||
test:
|
||||
needs:
|
||||
- ESLint
|
||||
- Test Build
|
||||
- Build
|
||||
name: Docker Image CI
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user