Skip to content

Updated error handling to use NotFoundError instead of UnknownError in projection operations when the projection doesn't exist #359

Updated error handling to use NotFoundError instead of UnknownError in projection operations when the projection doesn't exist

Updated error handling to use NotFoundError instead of UnknownError in projection operations when the projection doesn't exist #359

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 }}