1 2 3 4 5 6 7 8 9 10 11 12 13 14name: ubuntu - test on: push: branches: - 'main' jobs: test-ubuntu: strategy: fail-fast: false uses: pathwaycom/pathway/.github/workflows/package_test.yml@main with: runner: 'ubuntu-22.04' secrets: inherit
1 2 3 4 5 6 7 8 9 10 11 12 13 14
name: ubuntu - test on: push: branches: - 'main' jobs: test-ubuntu: strategy: fail-fast: false uses: pathwaycom/pathway/.github/workflows/package_test.yml@main with: runner: 'ubuntu-22.04' secrets: inherit