Skip to content

ldap.ini - no default severs enabled #46

ldap.ini - no default severs enabled

ldap.ini - no default severs enabled #46

Workflow file for this run

name: CI
on: [ push, pull_request ]
env:
CI: true
jobs:
lint:
uses: haraka/.github/.github/workflows/lint.yml@master
test:
needs: lint
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
node-version: [ 16, 18 ]
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: sudo ./test/fixtures/linux/setup.sh
- run: npm test
# test-win:
# needs: lint
# runs-on: ${{ matrix.os }}
# strategy:
# matrix:
# os: [ windows-latest ]
# node-version: [ 16, 18 ]
# fail-fast: false
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-node@v3
# name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
# with:
# node-version: ${{ matrix.node-version }}
# - run: npm install
# - run: npm test