From 291f75764336a306f35744b31a3a6b0520bbd3cc Mon Sep 17 00:00:00 2001 From: resonic-user Date: Thu, 28 Aug 2025 02:11:25 +0200 Subject: [PATCH] test --- .github/workflows/test-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 33c345307..85010b344 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -324,7 +324,7 @@ jobs: wait_for "minio" "http://localhost:9000/minio/health/live" echo "🎉 All services are up." - #starting fullstack cypress tests + #starting fullstack cypress test - name: Full stack tests | run tests id: e2e-tests run: yarn run cypress:run --spec $(cypress/parallel-features.sh ${{ matrix.job }} ${{ env.jobs }} )