Skip to content

Commit

Permalink
I'm just a test
Browse files Browse the repository at this point in the history
  • Loading branch information
berryd committed Jan 5, 2024
1 parent ce93f40 commit b4cb97d
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,18 @@ jobs:
run: |
ln -s /usr/bin/python3 /usr/bin/python
python --version
- name: install-aws-cli
#- name: Configure AWS CLI
# run: |
# curl -o awscli.tar.gz https://awscli.amazonaws.com/awscli.tar.gz
# tar -xzf awscli.tar.gz
# cd awscli-*
# echo $(ls -alh)
# ./configure --with-download-deps --prefix=$HOME/.local
- name: Install AWS CLI
run: |
curl -o awscli.tar.gz https://awscli.amazonaws.com/awscli.tar.gz
tar -xzf awscli.tar.gz
cd awscli-*
echo $(ls -alh)
./configure --with-download-deps --prefix=$HOME/.local
curl -o awscli-installer.zip https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip
unzip awscli-installer.zip
./aws/install
- name: Verify installation
run: aws --version
- name: Configure AWS credentials for GitHub Actions
Expand Down

0 comments on commit b4cb97d

Please sign in to comment.