Skip to content

Commit a9b8b64

Browse files
authored
Merge pull request #12 from shmokmt/fix-specifing-version
make stable flaky workflow
2 parents 89a7a7f + 8a0d3fb commit a9b8b64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v2
1313

14+
- run: sleep 5
15+
1416
- name: use the action
1517
uses: ./
1618
with:
@@ -25,6 +27,8 @@ jobs:
2527
steps:
2628
- name: Checkout
2729
uses: actions/checkout@v2
30+
31+
- run: sleep 5
2832

2933
- name: use the action
3034
uses: ./

0 commit comments

Comments
 (0)