Skip to content
Snippets Groups Projects
Commit 3df04000 authored by Ariya Hidayat's avatar Ariya Hidayat Committed by Ariya Hidayat
Browse files

CI on fuzzing: make sure Clojure is available (due to CLJS)

parent 528107fb
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,10 @@ jobs:
- uses: actions/checkout@v3
- name: Prepare front-end environment
uses: ./.github/actions/prepare-frontend
- name: Prepare back-end environment
uses: ./.github/actions/prepare-backend
with:
m2-cache-key: 'cljs'
- run: yarn test-unit frontend/test/metabase/lib/expressions/fuzz.tokenizer.unit.spec.js
env:
MB_FUZZ: 1
......@@ -30,6 +34,10 @@ jobs:
- uses: actions/checkout@v3
- name: Prepare front-end environment
uses: ./.github/actions/prepare-frontend
- name: Prepare back-end environment
uses: ./.github/actions/prepare-backend
with:
m2-cache-key: 'cljs'
- run: yarn test-unit frontend/test/metabase/lib/expressions/fuzz.recursive-parser.unit.spec.js
env:
MB_FUZZ: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment