mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 06:23:16 +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
|
||||
run: docker-compose build
|
||||
- name: run jest
|
||||
run: sudo yarn test
|
||||
env:
|
||||
CRAWL_ARGS: "--diskUtilization 0"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
run: CRAWL_ARGS="--diskUtilization 0" yarn test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue