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 1f9e23e commit cf1a871Copy full SHA for cf1a871
circle.yml
@@ -105,6 +105,19 @@ jobs:
105
environment:
106
DEBUG: netlify-plugin-cypress
107
108
+ 'test-postbuild-start':
109
+ executor: cypress/base-12-14-0
110
+ steps:
111
+ # all dependencies were installed in previous job
112
+ - attach_workspace:
113
+ at: ~/
114
+ - run:
115
+ name: Netlify Build 🏗
116
+ command: npm run netlify:build
117
+ working_directory: tests/test-postbuild-start
118
+ environment:
119
+ DEBUG: netlify-plugin-cypress
120
+
121
'test-using-chromium':
122
executor: cypress/base-12-14-0
123
steps:
0 commit comments