Skip to content

Increase retries in tests #40

Increase retries in tests

Increase retries in tests #40

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