Skip to content

[npm]: Bump @vitest/ui from 0.34.2 to 0.34.5 #33

[npm]: Bump @vitest/ui from 0.34.2 to 0.34.5

[npm]: Bump @vitest/ui from 0.34.2 to 0.34.5 #33

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 }}