mirror of
https://github.com/promptfoo/promptfoo.git
synced 2023-08-15 01:10:51 +03:00
add api key placeholders to test
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -2,6 +2,8 @@ name: CI
|
|||||||
on: [push]
|
on: [push]
|
||||||
env:
|
env:
|
||||||
OPENAI_API_KEY: xxx
|
OPENAI_API_KEY: xxx
|
||||||
|
AZURE_OPENAI_API_HOST: xxx
|
||||||
|
ANTHROPIC_API_KEY: xxx
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }}
|
name: Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }}
|
||||||
|
|||||||
Reference in New Issue
Block a user