Skip to content

Merge branch 'main' into azu-patch-2 #28

Merge branch 'main' into azu-patch-2

Merge branch 'main' into azu-patch-2 #28

Workflow file for this run

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