Skip to content

Improve reliability of level 1 test #41

Improve reliability of level 1 test

Improve reliability of level 1 test #41

Workflow file for this run

name: Development builds
on: push
jobs:
windows_build:
if: ${{ github.ref == 'refs/heads/develop' }}
name: 'Build for Windows'
uses: ./.github/workflows/windows.yml
secrets: inherit
macos_build:
if: ${{ github.ref == 'refs/heads/develop' }}
name: 'Build for macOS'
uses: ./.github/workflows/macos.yml
secrets: inherit