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

Commit

Permalink
Merge pull request #78 from Financial-Times/pa11y-test
Browse files Browse the repository at this point in the history
Ensure pa11y demo exists to run tests against
  • Loading branch information
alicebartlett authored Oct 17, 2017
2 parents 61cd13c + 4d8c512 commit 084e458
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ machine:
node:
version: 6
post:
- npm install -g origami-build-tools
- npm install -g origami-build-tools@^7
dependencies:
override:
- obt install
cache_directories:
- "node_modules"
test:
override:
- obt test
- obt demo --demo-filter pa11y --suppress-errors
- obt verify
- obt test

0 comments on commit 084e458

Please sign in to comment.