Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Cypress CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
philiphand committed Feb 28, 2021
1 parent 27aa2d1 commit 9668148
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cloud.dev.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ steps:
- name: 'gcr.io/cloud-builders/npm'
env: ['CI=true', 'REACT_APP_EFFEKT_API_URL=https://dev.data.gieffektivt.no']
args: ['run', 'cy:run']
- name: 'gcr.io/cloud-builders/npm'
env: ['CI=true', 'REACT_APP_EFFEKT_API_URL=https://dev.data.gieffektivt.no']
args: ['run', 'build']
- name: 'gcr.io/cloud-builders/gsutil'
args: ['-m', 'cp', '-r', 'build/*', 'gs://effekt-widget-react-dev/']
4 changes: 3 additions & 1 deletion cypress.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{}
{
"video": false
}

0 comments on commit 9668148

Please sign in to comment.