Skip to content

[npm]: Bump @fastify/cors from 8.3.0 to 8.4.1 #48

[npm]: Bump @fastify/cors from 8.3.0 to 8.4.1

[npm]: Bump @fastify/cors from 8.3.0 to 8.4.1 #48

Workflow file for this run

name: Run E2E Tests
on: [pull_request]
jobs:
run-e2e-tests:
name: Run E2E Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm run test:e2e
env:
GITHUB_API_URL: ${{ vars.API_URL }}
GITHUB_ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}