Skip to content

Commit 1a9897a

Browse files
committed
Fix task names
1 parent 463b8c1 commit 1a9897a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/test-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -381,13 +381,13 @@ jobs:
381381
command: |
382382
set -e
383383
grep "building" buildlog.txt
384-
grep "building" console.log
384+
grep "build" console.log
385385
grep "testing" buildlog.txt
386-
grep "testing" console.log
386+
grep "test" console.log
387387
! grep "deploying" buildlog.txt
388-
! grep "deploying" console.log
388+
! grep "deploy" console.log
389389
! grep "checking" buildlog.txt
390-
! grep "checking" console.log
390+
! grep "check" console.log
391391
rm buildlog.txt
392392
rm console.log
393393
shell: bash

0 commit comments

Comments
 (0)