mirror of
https://github.com/danbulant/docker-compose
synced 2026-07-06 03:40:51 +00:00
ci: rename task to build + test
This commit is contained in:
parent
9c43efa2b2
commit
2de793b145
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- run: yarn lint
|
- run: yarn lint
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
name: Test
|
name: Build + Test
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue