Skip to content

Commit

Permalink
Make sure to build the addon before running tests
Browse files Browse the repository at this point in the history
This guarantees Glean files get generated.
  • Loading branch information
Dexterp37 committed Mar 22, 2021
1 parent 5d84744 commit 60350e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- run:
name: Install the dependencies
command: npm install
- run:
name: Build the Addon
command: npm run build-addon
- run:
name: MochaJS unit tests
command: npm run test-addon
Expand Down Expand Up @@ -59,6 +62,9 @@ jobs:
- run:
name: Install the dependencies
command: npm install && sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa && sudo apt update && sudo apt install firefox-trunk
- run:
name: Build the Addon
command: npm run build-addon
- run:
name: Run Selenium tests
command: export PATH=.:$PATH && npm run test-integration
Expand Down

0 comments on commit 60350e9

Please sign in to comment.