From 2234b7d5dea69010ae0a2715894c25d4d94055d7 Mon Sep 17 00:00:00 2001 From: zomars Date: Thu, 10 Feb 2022 11:54:17 -0700 Subject: [PATCH] Name update --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 812106263e..c9138508d9 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -8,7 +8,7 @@ on: jobs: test: timeout-minutes: 10 - name: ${{ matrix.node }} and ${{ matrix.os }} + name: Testing ${{ matrix.node }} and ${{ matrix.os }} env: DATABASE_URL: postgresql://postgres:@localhost:5432/calendso BASE_URL: http://localhost:3000