Updated error handling to use NotFoundError instead of UnknownError in projection operations when the projection doesn't exist #359
Workflow file for this run
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: "previous LTS" | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
schedule: | |
- cron: "0 3 * * 0" # Every sunday at 3am UTC. | |
jobs: | |
test: | |
name: Test | |
uses: ./.github/workflows/tests.yml | |
with: | |
version: "previous-lts" | |
secrets: | |
eventstore_cloud_id: ${{ secrets.EVENTSTORE_CLOUD_ID }} | |
tailscale_auth: ${{ secrets.TAILSCALE_AUTH }} |