Skip to content

Correct the path to Strapi's socket when Strapi is served inside a directory #7

Correct the path to Strapi's socket when Strapi is served inside a directory

Correct the path to Strapi's socket when Strapi is served inside a directory #7

Workflow file for this run

name: QA checks
on:
pull_request:
branches:
- main
jobs:
lint:
name: Tests
runs-on: [self-hosted, Linux]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 16
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test