Skip to content

Bump axios, openai and postmark #46

Bump axios, openai and postmark

Bump axios, openai and postmark #46

Workflow file for this run

name: Run Tests
on:
push:
branches: [dev]
pull_request:
branches: [dev]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Install Playwright browsers
run: npx playwright install
- name: Run tests
run: npm test
env:
POSTMARK_API_KEY: 'SECRET'
PUBLIC_SITE_NAME: 'TACO [TEST]'
EMAIL_SENDER_SIGNATURE: '[email protected]'
PUBLIC_SENTRY_DSN: 'SECRET'
PUBLIC_SENTRY_ENV: 'test'
PUBLIC_SITE_URL: 'http://localhost:5173/'