Skip to content

remove catch to not make failure silent (#195) #518

remove catch to not make failure silent (#195)

remove catch to not make failure silent (#195) #518

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
branches: [main, dev]
push:
branches: [main, dev]
jobs:
tests:
uses: ./.github/workflows/tests.yaml
secrets: inherit
ci:
runs-on: ubuntu-latest
name: Run CI
needs: [tests]
steps:
- name: "Done"
run: echo "Done"