From d12d2ea8f5e93a8795714cc1c2d1c0fa80533e1a Mon Sep 17 00:00:00 2001 From: Viktor Varland Date: Wed, 5 Feb 2020 13:51:45 +0100 Subject: [PATCH] fix: repair the broken integration test server (#304) --- .eslintignore | 1 + .github/workflows/cypress.yml | 6 +++++- README.md | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .eslintignore diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..d614a09 --- /dev/null +++ b/.eslintignore @@ -0,0 +1 @@ +src/locales/* diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 472ffa2..66afaa3 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -3,7 +3,11 @@ name: 'DHIS2' -on: pull_request +on: + push: + branches: + - master + pull_request: jobs: cypress-run: diff --git a/README.md b/README.md index 707c6da..ed4207d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ui-widgets -[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) +![DHIS2](https://github.com/dhis2/ui-widgets/workflows/DHIS2/badge.svg)[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) **[Online docs and demos (latest master build)](https://d2-ci.github.io/ui-widgets/)**