From 644adaf0e4c6f52846f9f6cf4b92e1b3cfe9f344 Mon Sep 17 00:00:00 2001 From: kienmai Date: Thu, 29 Feb 2024 12:56:45 -0600 Subject: [PATCH] Issue#46: fix e2e test job in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 181437a..87e0f43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: tests-backend-e2e: name: Run integration tests on workspace backend runs-on: ubuntu-latest -# needs: build - Make this run right away, Uncomment after the fix + needs: build concurrency: group: tests-backend-e2e-${{ github.sha }} cancel-in-progress: true