Skip to content

fix: use kernel variable for erl node dist port #389

fix: use kernel variable for erl node dist port

fix: use kernel variable for erl node dist port #389

Workflow file for this run

name: Windows Test
on:
pull_request:
branches:
- 'main'
push:
branches:
- 'main'
jobs:
build:
name: Test on OTP ${{ matrix.otp_version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
otp_version: [26, 27, 28]
os: [windows-2022]
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp_version }}
- name: Run test
run: shelltests/wintest.ps1