Skip to content

chore: add sleep so stack can all come up #1

chore: add sleep so stack can all come up

chore: add sleep so stack can all come up #1

Workflow file for this run

name: push-main
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run all make stuff
run: make all