From 52cc91368bf891b6c4556bfddbb5069dd8c8a51a Mon Sep 17 00:00:00 2001 From: Jake Champion Date: Tue, 17 Oct 2017 11:25:51 +0100 Subject: [PATCH] Ensure pa11y demo exists to run tests against (#113) * Ensure pa11y demo exists to run tests against * Update circle.yml --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index 5987749..a226b15 100644 --- a/circle.yml +++ b/circle.yml @@ -10,5 +10,6 @@ dependencies: - "node_modules" test: override: + - obt demo --demo-filter pa11y --suppress-errors - obt verify - obt test