Fix release integration gate target

This commit is contained in:
rcourtman
2026-07-22 18:15:19 +01:00
parent 0b5763764c
commit e1f33c1bad
4 changed files with 20 additions and 4 deletions
+5 -2
View File
@@ -621,8 +621,11 @@ jobs:
;;
esac
echo "Running multi-tenant E2E suite..."
npx playwright test tests/03-multi-tenant.spec.ts --project=chromium --reporter=list
echo "Running current organization-sharing E2E suite..."
npx playwright test \
tests/66-organization-sharing-approval-ui.spec.ts \
--project=chromium \
--reporter=list
docker compose -f docker-compose.test.yml down -v