mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 14:33:17 +00:00
pass env in shell
This commit is contained in:
parent
6085888798
commit
eeb29e4a20
1 changed files with 1 additions and 8 deletions
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
|
@ -41,11 +41,4 @@ jobs:
|
||||||
- name: build docker
|
- name: build docker
|
||||||
run: docker-compose build
|
run: docker-compose build
|
||||||
- name: run jest
|
- name: run jest
|
||||||
run: sudo yarn test
|
run: CRAWL_ARGS="--diskUtilization 0" yarn test
|
||||||
env:
|
|
||||||
CRAWL_ARGS: "--diskUtilization 0"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue