Skip to content

Commit

Permalink
updated acceptance badge. Revert windows to impl only (TODO: create C…
Browse files Browse the repository at this point in the history
…I test branches per feature to run and test all on windows as workaround for timeout problem (and no parallel) on appveyor.
  • Loading branch information
mattRedBox committed Jun 22, 2018
1 parent e4c2e07 commit 632b0fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)




Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 632b0fd

Please sign in to comment.