Skip to content

Commit

Permalink
🤷 🤷
Browse files Browse the repository at this point in the history
  • Loading branch information
agjohnson committed Sep 13, 2023
1 parent 9ea8b1e commit 337ceed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
version: 2.1

orbs:
browser-tools: circleci/browser-tools@1.4.1

commands:
run-tests:
description: "Run test suite"
steps:
- browser-tools/install-chrome
- browser-tools/install-chromedriver
- checkout
- run: npm ci
- run: CHROME_PATH=/bin/chromium npm run test
- run: npm run test
run-checks:
description: "Run basic checks"
steps:
Expand Down

0 comments on commit 337ceed

Please sign in to comment.