Skip to content

Commit 5c7dd2e

Browse files
committed
CI: add slow test
0 parents  commit 5c7dd2e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/slow-test.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Slow Test
2+
on:
3+
push:
4+
pull_request:
5+
jobs:
6+
test:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v3
10+
- name: Run tests
11+
run: |
12+
echo "Running slow tests"
13+
sleep 60
14+
echo "Slow tests complete"

0 commit comments

Comments
 (0)