We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9184d04 commit 1b29b0eCopy full SHA for 1b29b0e
.circleci/config.yml
@@ -3,7 +3,7 @@ orbs:
3
browser-tools: circleci/browser-tools@1.4.1
4
5
jobs: # a collection of steps
6
- build: # runs not using Workflows must have a `build` job as entry point
+ dusk: # runs not using Workflows must have a `build` job as entry point
7
docker: # run the steps with Docker
8
- image: cimg/php:8.2.4-browsers # ...with this image as the primary container; this is where all `steps` will run
9
auth:
@@ -77,5 +77,5 @@ workflows:
77
version: 2
78
build-and-test:
79
jobs:
80
- - build
+ - dusk
81
- vue-tests
0 commit comments