don't cache e2e tests
This commit is contained in:
parent
aeeab7d3c9
commit
2a3fa6bcf7
|
|
@ -36,7 +36,7 @@ cd "${REPO_ROOT}"
|
||||||
(
|
(
|
||||||
set -x;
|
set -x;
|
||||||
"${REPO_ROOT}/bin/gotestsum" --junitfile="${REPO_ROOT}/bin/e2e-junit.xml" \
|
"${REPO_ROOT}/bin/gotestsum" --junitfile="${REPO_ROOT}/bin/e2e-junit.xml" \
|
||||||
-- '-run' '^TestE2E' './cmd/archeio/internal/e2e'
|
-- '-run' '^TestE2E' '-count=1' './cmd/archeio/internal/e2e'
|
||||||
)
|
)
|
||||||
|
|
||||||
# if we are in CI, copy to the artifact upload location
|
# if we are in CI, copy to the artifact upload location
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue