Skip to content

Commit

Permalink
[Fix] Fix the test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
canxin121 committed Jul 7, 2024
1 parent 6a9e04c commit cd97298
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8'

- name: Set up environment variables
run: |
Expand All @@ -19,15 +24,6 @@ jobs:
echo "APK_SIGN_PWD length: $($env:APK_SIGN_PWD.Length)"
echo "APK_SIGN_ALIAS length: $($env:APK_SIGN_ALIAS.Length)"
echo "APK_SIGN_JKS length: $($env:APK_SIGN_JKS.Length)"
shell: pwsh

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8'

- name: Create signing files with Python
run: |
python tools/create_signing_files.py
shell: pwsh

Expand Down

0 comments on commit cd97298

Please sign in to comment.