diff --git a/.gitignore b/.gitignore index c34006c..ee48817 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ # testing /coverage +/cypress/screenshots # production /build diff --git a/ci-test.sh b/ci-test.sh deleted file mode 100644 index 04caaf9..0000000 --- a/ci-test.sh +++ /dev/null @@ -1,5 +0,0 @@ -apt-get -q update && -apt-get -qqy install xvfb libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 nodejs npm && -npm install && -npm start && -npm test diff --git a/cloud.build.yml b/cloud.build.yml deleted file mode 100644 index c485fb6..0000000 --- a/cloud.build.yml +++ /dev/null @@ -1,8 +0,0 @@ -steps: -- name: 'ubuntu' - id: Build and run tests - env: ['DEBIAN_FRONTEND=noninteractive', 'REACT_APP_EFFEKT_API_URL=https://dev.data.gieffektivt.no'] - args: - [ 'bash', - './ci-test.sh' - ] \ No newline at end of file diff --git a/cloud.dev.deploy.yml b/cloud.dev.deploy.yml index 2000386..c081de0 100644 --- a/cloud.dev.deploy.yml +++ b/cloud.dev.deploy.yml @@ -1,11 +1,4 @@ steps: -- name: 'ubuntu' - id: Build and run tests - env: ['DEBIAN_FRONTEND=noninteractive', 'REACT_APP_EFFEKT_API_URL=https://dev.data.gieffektivt.no'] - args: - [ 'bash', - './ci-test.sh' - ] - name: 'gcr.io/cloud-builders/npm' args: ['install'] - name: 'gcr.io/cloud-builders/npm'