Skip to content

retry on missing required checks in case they are still being created #25

retry on missing required checks in case they are still being created

retry on missing required checks in case they are still being created #25

Workflow file for this run

name: Tests
on:
pull_request
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: stable
- run: |
sleep 60
go test ./...