Skip to content

99 group chat history by monthyear #47

99 group chat history by monthyear

99 group chat history by monthyear #47

Workflow file for this run

name: Run Tests
on:
pull_request:
branches: [ dev ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- 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/'