mirror of https://github.com/buster-so/buster.git
test
This commit is contained in:
parent
2a6ca166c2
commit
cdd3ec24b6
|
@ -345,7 +345,7 @@ jobs:
|
|||
echo "🧪 Running Momentic E2E tests..."
|
||||
cd apps/momentic
|
||||
pnpm dlx momentic install-browsers --all
|
||||
pnpm dlx momentic run --api-key $MOMENTIC_API_KEY --wait-on http://localhost:3000 --wait-on-timeout 30000 --exclude "llm-calls/*" --upload-results
|
||||
pnpm dlx momentic run --api-key $MOMENTIC_API_KEY --exclude "llm-calls/*" --upload-results
|
||||
env:
|
||||
MOMENTIC_API_KEY: ${{ secrets.MOMENTIC_API_KEY }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue