enable commits in s3 connector when read line by line (#7738) #816
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: macOS - test | |
on: | |
push: | |
branches: | |
- 'main' | |
jobs: | |
test-macos: | |
strategy: | |
fail-fast: false | |
uses: pathwaycom/pathway/.github/workflows/package_test.yml@main | |
with: | |
runner: 'ec2-macOS' | |
secrets: inherit |