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 }} )