Skip to content

build(deps): bump path-to-regexp from 6.2.2 to 6.3.0 #129

build(deps): bump path-to-regexp from 6.2.2 to 6.3.0

build(deps): bump path-to-regexp from 6.2.2 to 6.3.0 #129

Workflow file for this run

name: E2E
on: push
jobs:
test_e2e:
name: E2E Test
if: ${{ !startsWith(github.ref, 'refs/heads/ci-release-v') }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Setup Node.js
uses: actions/setup-node@v4
with:
cache: yarn
node-version: 20
- name: Install
run: yarn
- name: Prepare
run: yarn test:e2e:prepare
- name: Serve
env:
E2E_REPOSITORY_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_TOKEN }}
run: yarn test:e2e:serve
- name: Test
run: yarn test:e2e