add missing AWS CLI installation

Signed-off-by: Max Brenner <xamrennerb@gmail.com>
This commit is contained in:
Max Brenner
2022-02-01 13:19:04 +01:00
parent e8d7b725b4
commit 9ed8e1f8ac

View File

@@ -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: