Skip to content

Run tests

Run tests #1

Workflow file for this run

name: "Build/Test"
on:
push:
- master
pull_request:
- master
jobs:

Check failure on line 7 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
build:
name: Build
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 2
- name: Add msbuild to PATH
uses: microsoft/[email protected]
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
- name: msbuild
run: |
msbuild src\CE.sln /p:platform="x64" /p:configuration="Release"
- name: test
run: call Release\Tests_Release_x64.exe