Skip to content

fix wine causing launcht to fail if .exe couldn't be found with {{EXT… #149

fix wine causing launcht to fail if .exe couldn't be found with {{EXT…

fix wine causing launcht to fail if .exe couldn't be found with {{EXT… #149

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: setup npm
run: |
npm ci --no-audit
- name: test
run: |
node release/test.js