Skip to content

Commit

Permalink
fix test-arm.yml env
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc committed Jul 24, 2024
1 parent 135a286 commit 5a6cd20
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ jobs:
aarch_job:
runs-on: ubuntu-latest
name: Test on ubuntu aarch64
env:
API_KEY: ${{ secrets.API_KEY }}
SECRET_KEY: ${{ secrets.SECRET_KEY }}
EU_API_KEY: ${{ secrets.EU_API_KEY }}
EU_SECRET_KEY: ${{ secrets.EU_SECRET_KEY }}
steps:
- uses: actions/checkout@v3
- uses: uraimo/run-on-arch-action@v2
Expand All @@ -28,3 +23,8 @@ jobs:
pip install -r requirements.txt
pip install -r requirements-dev.txt
python3 -m unittest discover -s ./tests -p '*_test.py'
env:
API_KEY: ${{ secrets.API_KEY }}
SECRET_KEY: ${{ secrets.SECRET_KEY }}
EU_API_KEY: ${{ secrets.EU_API_KEY }}
EU_SECRET_KEY: ${{ secrets.EU_SECRET_KEY }}

0 comments on commit 5a6cd20

Please sign in to comment.