Skip to content

fix: Handle logs land slightly late after run completed by adding a wait timeout #38

fix: Handle logs land slightly late after run completed by adding a wait timeout

fix: Handle logs land slightly late after run completed by adding a wait timeout #38

Workflow file for this run

name: CI for verifying PR
on:
pull_request:
branches:
- dev
- main
types: [ opened, synchronize, reopened ]
paths-ignore:
- README.md
jobs:
run-tests:
uses: ./.github/workflows/run_tests.yaml
secrets: inherit