Skip to content

Add first attempt at execuiting our build in a github action #1

Add first attempt at execuiting our build in a github action

Add first attempt at execuiting our build in a github action #1

Workflow file for this run

name: Flex CI

Check failure on line 1 in .github/workflows/CI.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/CI.yml

Invalid workflow file

`jobs` is not a valid event name
on:
push:
branches: ["release/9.1", "develop", "master", "feature/PubSub"]
pull_request:
branches: ["release/9.1", "develop", "master", "feature/PubSub"]
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout Files
uses: actions/checkout@v3
- name: Build and Test
shell: cmd
working-directory: Build
run: build64.bat /t:remakefw /p:action=test