Skip to content

Fix URL format for the newer thiri release. #2

Fix URL format for the newer thiri release.

Fix URL format for the newer thiri release. #2

name: Integration Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Run integration tests
env:
THIRI_API_KEY: ${{ secrets.THIRI_API_KEY }}
run: npm run test:integration