From 37726cead6773f9e2860d8d6d24118a42fda9459 Mon Sep 17 00:00:00 2001 From: Guy Nir Date: Fri, 28 Jun 2024 17:52:15 +0300 Subject: [PATCH] try back to e --- .github/workflows/run-pipeline-tests-1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-pipeline-tests-1.yml b/.github/workflows/run-pipeline-tests-1.yml index 2ae1012b..720f05d8 100644 --- a/.github/workflows/run-pipeline-tests-1.yml +++ b/.github/workflows/run-pipeline-tests-1.yml @@ -68,4 +68,4 @@ jobs: shopt -s nullglob # TEST_SUBFOLDER=$(ls tests/pipeline/test_{a..o}*.py) docker compose run runtests - TEST_SUBFOLDER=$(ls tests/pipeline/test_{m..m}*.py) docker compose run runtests + TEST_SUBFOLDER=$(ls tests/pipeline/test_{e..m}*.py) docker compose run runtests