Skip to content

Commit 1196578

Browse files
committed
test for 1.3.0
1 parent 8d9c9eb commit 1196578

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: 't2-6c14r-3-90s-pause'
2+
on:
3+
workflow_dispatch:
4+
5+
jobs:
6+
t2-6c14r-3-90s-pause:
7+
runs-on: [
8+
"${{ github.run_id }}-${{ strategy.job-index }}",
9+
"anka-template:84266873-da90-4e0d-903b-ed0233471f9f",
10+
"anka-template-tag:6c14r",
11+
]
12+
steps:
13+
- uses: actions/checkout@v3
14+
- run: |
15+
ls -laht
16+
sw_vers
17+
hostname
18+
echo "123"
19+
sysctl -n hw.ncpu
20+
sleep 90
21+
- run: whoami

0 commit comments

Comments
 (0)