Skip to content

Create README.md (#1) #5

Create README.md (#1)

Create README.md (#1) #5

Workflow file for this run

name: Slow Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: |
echo "Running slow tests"
sleep 60
echo "Slow tests complete"