Skip to content

Merge pull request #20 from Unity-Lab-AI/codex/evaluate-and-possibly-… #18

Merge pull request #20 from Unity-Lab-AI/codex/evaluate-and-possibly-…

Merge pull request #20 from Unity-Lab-AI/codex/evaluate-and-possibly-… #18

name: PolliLib Smoke Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
test:
name: Run polliLib + site smoke tests
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Run smoke tests
env:
POLLI_REFERRER: unityailab.com
run: node tests/pollilib-smoke.mjs