ci: fix syntaxc error

This commit is contained in:
원더 2021-01-13 16:37:14 +09:00
parent 7b399b7141
commit 8f5f56fb9c

View File

@ -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: