suppress error messages from workers not experiencing the error direc… #1061
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |