Skip to content

Commit 1b29b0e

Browse files
committed
Update config.yml
1 parent 9184d04 commit 1b29b0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ orbs:
33
browser-tools: circleci/browser-tools@1.4.1
44

55
jobs: # a collection of steps
6-
build: # runs not using Workflows must have a `build` job as entry point
6+
dusk: # runs not using Workflows must have a `build` job as entry point
77
docker: # run the steps with Docker
88
- image: cimg/php:8.2.4-browsers # ...with this image as the primary container; this is where all `steps` will run
99
auth:
@@ -77,5 +77,5 @@ workflows:
7777
version: 2
7878
build-and-test:
7979
jobs:
80-
- build
80+
- dusk
8181
- vue-tests

0 commit comments

Comments
 (0)