Skip to content

feat: add request ip to location #246

feat: add request ip to location

feat: add request ip to location #246

Workflow file for this run

name: Unit Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 20.x ]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- run: npm i
- run: ./setup.sh
- run: npm run test
- run: npm run test:e2e