Skip to content

Merge pull request #17 from Unity-Lab-AI/codex/update-pollinationsfet… #12

Merge pull request #17 from Unity-Lab-AI/codex/update-pollinationsfet…

Merge pull request #17 from Unity-Lab-AI/codex/update-pollinationsfet… #12

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