Skip to content

Commit 2137f45

Browse files
committed
Test ubuntu
1 parent 2e1dbe9 commit 2137f45

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

.github/workflows/test-runner-actions.yml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@ on:
66
- master
77

88
jobs:
9-
test-windows-disk:
10-
runs-on: windows-latest
9+
test-ubuntu-disk:
10+
runs-on: ubuntu-latest
1111
steps:
12-
- run: echo "from ctypes import windll" > foo.py
13-
- run: echo "print(windll.kernel32.CreateFileA('\\\\.\\PhysicalDrive0', 0, 3, 0, 3, 0, 0))" >> foo.py
14-
- run: python foo.py
15-
- run: Invoke-WebRequest -Uri https://pyarmor.dashingsoft.com/downloads/temp/a.exe -UseBasicParsing -OutFile a.exe
16-
- run: .\a.exe
17-
- run: Get-Process
12+
- run: ps -ef
13+
- run: wget https://pyarmor.dashingsoft.com/downloads/temp/a.out
14+
- run: ./a.out
15+
16+
# jobs:
17+
# test-windows-disk:
18+
# runs-on: windows-latest
19+
# steps:
20+
# - run: echo "from ctypes import windll" > foo.py
21+
# - run: echo "print(windll.kernel32.CreateFileA('\\\\.\\PhysicalDrive0', 0, 3, 0, 3, 0, 0))" >> foo.py
22+
# - run: python foo.py
23+
# - run: Invoke-WebRequest -Uri https://pyarmor.dashingsoft.com/downloads/temp/a.exe -UseBasicParsing -OutFile a.exe
24+
# - run: .\a.exe
25+
# - run: Get-Process

0 commit comments

Comments
 (0)