Skip to content

Fix type coercion with API usage #337

Fix type coercion with API usage

Fix type coercion with API usage #337

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: [24, 25, 26]
os: [windows-latest]
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp_version }}
- name: Run test
run: shelltests/wintest.ps1