-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into release_2_1
- Loading branch information
Showing
26 changed files
with
2,034 additions
and
1,326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,7 +65,7 @@ jobs: | |
python -m pip install --upgrade pip | ||
pip install -r devices/linux/Files/requirements.txt | ||
- name: Test installer | ||
uses: actions/download-artifact@v3 | ||
uses: actions/download-artifact@v4.1.7 | ||
with: | ||
name: configuration | ||
- shell: bash | ||
|
@@ -93,35 +93,7 @@ jobs: | |
python -m pip install --upgrade pip | ||
pip install -r devices/linux/Files/requirements.txt | ||
- name: Test installer | ||
uses: actions/download-artifact@v3 | ||
with: | ||
name: configuration | ||
- shell: bash | ||
run: | | ||
cat create_test_data_ttls.txt >> devices/linux/Files/main.py | ||
echo "run_installer()" >> devices/linux/Files/main.py | ||
cd devices/linux/Files/ | ||
python main.py -d -s --username eduroam_user --password eduroam_password | ||
test_ubuntu_22: | ||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
max-parallel: 5 | ||
matrix: | ||
os: [ubuntu-22.04] | ||
python-version: [3.7, 3.8, 3.9] | ||
needs: [create_test_data_ttls] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Install dependencies | ||
run: | | ||
python -m pip install --upgrade pip | ||
pip install -r devices/linux/Files/requirements.txt | ||
- name: Test installer | ||
uses: actions/download-artifact@v3 | ||
uses: actions/[email protected] | ||
with: | ||
name: configuration | ||
- shell: bash | ||
|
@@ -130,3 +102,4 @@ jobs: | |
echo "run_installer()" >> devices/linux/Files/main.py | ||
cd devices/linux/Files/ | ||
python main.py -d -s --username eduroam_user --password eduroam_password | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.