Matthias Steffen

Results 2 issues of Matthias Steffen

**Describe the bug** I want to verify my generated Typescript types in my CI as proposed [here](https://github.com/supabase/supabase-action-example/blob/main/.github/workflows/ci.yaml#L32). However I'm facing the problem that the types generated in the CI environment...

typegen

Version info: ``` VERSION INFO: Artillery: 2.0.16 Node.js: v20.12.0 OS: darwin ``` Running this command: ``` npx artillery run-lambda --config "/test/project/root/artillery-config.yml" --variables '{"NR_LICENSE_KEY":{}}' --environment preview --region eu-west-1 --count 15 scenario.yml...