Skip to content
Snippets Groups Projects
Unverified Commit 5baa23dd authored by Ryan Laurie's avatar Ryan Laurie Committed by GitHub
Browse files

Properly handle frontend test dependencies (#45433)

* properly handle frontend test dependencies

* better yarn syntax
parent 84651267
Branches
Tags
No related merge requests found
......@@ -38,10 +38,14 @@ frontend_specs: &frontend_specs
- "jest.config.json"
- "jest.tz.unit.conf.json"
release_source: &release_sources
- "release/**"
frontend_all: &frontend_all
- *frontend_ci
- *frontend_sources
- *frontend_specs
- *release_sources
frontend_loki_ci: &frontend_loki_ci
- ".github/workflows/loki.yml"
......
......@@ -83,6 +83,8 @@ jobs:
uses: ./.github/actions/prepare-backend
with:
m2-cache-key: "cljs"
- name: prepare dependencies in release directory
run: yarn --cwd release --frozen-lockfile
- name: Run frontend unit tests and collect the code coverage information
if: github.ref_name == 'master'
run: yarn run test-unit --coverage --silent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment