From 9b32d23d0eccf1fcb2cc8f6e5dcf3f5bd2403705 Mon Sep 17 00:00:00 2001 From: Nicholas Martinez Date: Mon, 24 Jun 2024 20:50:26 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95897ac..5d9a163 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: branches: - master - develop + - containerization pull_request: jobs: @@ -41,5 +42,5 @@ jobs: run: docker run --interactive --name ci-environ environ-image - name: Access container run: docker exec --interactive --tty ci-environ bash - - name: run tests + - name: Run tests run: cd q-e/Environ/tests && make --ignore-errors run-tests-parallel