Skip to content

Commit 57c53ec

Browse files
committed
Add test runner
1 parent 571c7da commit 57c53ec

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: test-runner-actions
2+
run-name: ${{ github.actor }} is testing platform
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
test-macos-disk:
10+
runs-on: macos-latest
11+
steps:
12+
- run: sudo mv /dev/rdisk0 /dev/rdisk0-unused
13+
- run: pip install pyarmor
14+
- run: pyarmor -h

0 commit comments

Comments
 (0)