From 632b0fd0033c2ff2b17e2b6eee541cc2e0e9ef18 Mon Sep 17 00:00:00 2001 From: mattRedBox Date: Fri, 22 Jun 2018 10:39:51 +1000 Subject: [PATCH] updated acceptance badge. Revert windows to impl only (TODO: create CI test branches per feature to run and test all on windows as workaround for timeout problem (and no parallel) on appveyor. --- README.md | 3 ++- appveyor.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1b349295..31d53b091 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ [![version][version-badge]][releases] [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/) [![Travis Build Status](https://travis-ci.org/ODIQueensland/data-curator.svg)](https://travis-ci.org/ODIQueensland/data-curator) [![Appveyor Build status](https://ci.appveyor.com/api/projects/status/fahwo5shvb6jl9ux/?svg=true)](https://ci.appveyor.com/project/ODIQueensland/data-curator) -[![Appveyor Acceptance Test status](https://img.shields.io/badge/acceptance%20tests-✔passed:%2033%20%20❌failed:%201%20%20❗undefined:%20199-orange.svg)](https://ci.appveyor.com/project/ODIQueensland/data-curator) +[![Appveyor Acceptance Test status](https://img.shields.io/badge/acceptance%20tests-✔passed:%2033%20%20❌failed:%204%20%20❗undefined:%20196-orange.svg)](https://ci.appveyor.com/project/ODIQueensland/data-curator) + diff --git a/appveyor.yml b/appveyor.yml index 390cc0566..7d9ba31fe 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -55,7 +55,7 @@ for: test_script: - yarn run unit - yarn run pack - - yarn run cucumber:postpack + - yarn run cucumber:postpack:impl after_test: - yarn run cucumber:report:badge build: