Skip to content

Commit cf1a871

Browse files
author
Alex
committed
Add circle ci test for post build
1 parent 1f9e23e commit cf1a871

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

circle.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,19 @@ jobs:
105105
environment:
106106
DEBUG: netlify-plugin-cypress
107107

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+
108121
'test-using-chromium':
109122
executor: cypress/base-12-14-0
110123
steps:

0 commit comments

Comments
 (0)