Skip to content

Add some erroring message and increase timeout to catch edge cases (#32) #54

Add some erroring message and increase timeout to catch edge cases (#32)

Add some erroring message and increase timeout to catch edge cases (#32) #54

Workflow file for this run

---
name: ci
on:
pull_request:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/.test.yml
push-docker:
uses: ./.github/workflows/.docker-push.yml
with:
is_pr: "${{ github.ref != 'refs/heads/main' }}"
secrets: inherit
needs: [test]