forked from toolshed/abra
refactor: more shuffling test infra around [ci skip]
This commit is contained in:
4
Makefile
4
Makefile
@ -44,7 +44,7 @@ loc-author:
|
||||
uniq -ic | \
|
||||
sort -n
|
||||
|
||||
e2e:
|
||||
int-core:
|
||||
@docker run \
|
||||
-v $$(pwd):/src \
|
||||
--env-file .e2e.env \
|
||||
@ -53,5 +53,5 @@ e2e:
|
||||
apt update && apt install -y wget curl git; echo ""; echo ""; \
|
||||
git config --global user.email 'e2e@coopcloud.tech'; \
|
||||
git config --global user.name 'e2e'; \
|
||||
cd /src/tests && bash e2e.sh -- --dev \
|
||||
cd /src/tests/integration && bash core.sh -- --dev \
|
||||
"
|
||||
|
Reference in New Issue
Block a user