Skip to content

Change server IP from 0.0.0.0 to 127.0.0.1 #28

Change server IP from 0.0.0.0 to 127.0.0.1

Change server IP from 0.0.0.0 to 127.0.0.1 #28

Workflow file for this run

name: Tests in CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- name: actions/setup-node@v1
with:
node-version: 20.x
- run: npm ci
- run: npm test