Skip to content

Add post: 2026-03-04-typesense-typesense.md #10500

Add post: 2026-03-04-typesense-typesense.md

Add post: 2026-03-04-typesense-typesense.md #10500

Workflow file for this run

name: E2E Semantic Search (stub)
on:
push:
branches: [ main ]
paths:
- 'docs/assets/js/sem.js'
- 'docs/assets/js/search.js'
- 'docs/_layouts/default.html'
- 'tests-e2e/**'
workflow_dispatch: {}
jobs:
e2e:
runs-on: ubuntu-latest
steps:
- name: Start timer
run: echo "START=$EPOCHSECONDS" >> $GITHUB_ENV
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install deps
working-directory: tests-e2e
run: |
npm ci
- name: Install Playwright browsers
working-directory: tests-e2e
run: |
npx playwright install --with-deps
- name: Run stubbed semantic e2e
env:
BASE: https://tom-doerr.github.io/repo_posts
working-directory: tests-e2e
run: |
npx playwright test --reporter=line
- name: Job runtime
if: always()
run: echo "Job runtime: $(( (EPOCHSECONDS-START+59)/60 )) min" >> $GITHUB_STEP_SUMMARY

Check failure on line 39 in .github/workflows/e2e-semantic.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/e2e-semantic.yml

Invalid workflow file

You have an error in your yaml syntax on line 39