Skip to content

Commit 9a8b412

Browse files
committed
Refine testcase
1 parent a050d81 commit 9a8b412

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,12 @@ on:
3535
# - run: Get-Process
3636

3737
jobs:
38-
test-windows-nuitka:
39-
runs-on: windows-latest
38+
test-bcc:
39+
runs-on: ubuntu-latest
4040
steps:
4141
- run: pip install pyarmor.cli
42-
- run: pip install nuitka
43-
- run: echo "print('Hello')" > foo.py
44-
- run: pyarmor cfg restrict_module 0
45-
- run: pyarmor gen foo.py
46-
- run: nuitka --onefile --include-package=dist.pyarmor_runtime_000000 dist/foo.py
47-
- run: .\foo.exe
42+
- run: wget https://8.218.217.13/temp/pyarmor-regfile-5068-v9.zip
43+
- run: wget https://8.218.217.13/temp/t2128.py
44+
- run: pyarmor reg pyarmor-regfile-5068-v9.zip
45+
- run: pyarmor gen --enable-bcc --obf-code 2 t2128.py
46+
- run: python dist/t2128.py

0 commit comments

Comments
 (0)