run plugeth test on arm too
This commit is contained in:
parent
fc11728061
commit
25ff2497ad
@ -9,7 +9,10 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: "Test fixturenet-plugeth stack"
|
name: "Test fixturenet-plugeth stack"
|
||||||
runs-on: ubuntu-latest
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os: [ubuntu-latest, ubuntu-latest-arm]
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: "Clone project repository"
|
- name: "Clone project repository"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@ -19,12 +22,12 @@ jobs:
|
|||||||
if: ${{ runner.arch == 'arm64' && runner.os == 'Linux' }}
|
if: ${{ runner.arch == 'arm64' && runner.os == 'Linux' }}
|
||||||
uses: deadsnakes/action@v3.0.1
|
uses: deadsnakes/action@v3.0.1
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: 3.11
|
||||||
- name: "Install Python cases other than ARM on Linux"
|
- name: "Install Python cases other than ARM on Linux"
|
||||||
if: ${{ ! (runner.arch == 'arm64' && runner.os == 'Linux') }}
|
if: ${{ ! (runner.arch == 'arm64' && runner.os == 'Linux') }}
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: 3.11
|
||||||
- name: "Print Python version"
|
- name: "Print Python version"
|
||||||
run: python3 --version
|
run: python3 --version
|
||||||
- name: "Install stack orchestrator"
|
- name: "Install stack orchestrator"
|
||||||
|
Loading…
Reference in New Issue
Block a user