Skip to content

fix(docs): pin typedoc source links to main instead of commit SHA #138

fix(docs): pin typedoc source links to main instead of commit SHA

fix(docs): pin typedoc source links to main instead of commit SHA #138

name: Integration Tests

Check failure on line 1 in .github/workflows/integration-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/integration-test.yml

Invalid workflow file

(Line: 11, Col: 9): Unrecognized named-value: 'secrets'. Located at position 34 within expression: vars.LILY_TEST_BASE_URL != '' && secrets.LILY_TEST_API_KEY != ''
on:
schedule:
- cron: '0 6 * * 1'
workflow_dispatch:
jobs:
integration:
runs-on: ubuntu-latest
if: ${{ vars.LILY_TEST_BASE_URL != '' && secrets.LILY_TEST_API_KEY != '' }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run test:integration
env:
LILY_TEST_BASE_URL: ${{ vars.LILY_TEST_BASE_URL }}
LILY_TEST_API_KEY: ${{ secrets.LILY_TEST_API_KEY }}