add seen_at field and use it in xpack and place code in public/ (#5617) #36
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 |