Skip to content

Use client for follow-up image fetches #40

Use client for follow-up image fetches

Use client for follow-up image fetches #40

Workflow file for this run

name: PolliLib Smoke Tests
on:
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: npm test