mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-10-29 10:02:26 +00:00
add missing AWS CLI installation
Signed-off-by: Max Brenner <xamrennerb@gmail.com>
This commit is contained in:
7
.github/workflows/update-overviews.yml
vendored
7
.github/workflows/update-overviews.yml
vendored
@@ -22,6 +22,13 @@ jobs:
|
||||
python .allure-overview/generate_overview.py ${{ matrix.test_type }} > index.html
|
||||
cat index.html
|
||||
|
||||
- name: install aws CLI tool
|
||||
if: github.ref == 'refs/heads/master'
|
||||
run: |
|
||||
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
|
||||
unzip awscliv2.zip
|
||||
./aws/install
|
||||
|
||||
- name: upload overview page
|
||||
if: github.ref == 'refs/heads/master'
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user