Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nataliia-Popkova committed Feb 23, 2024
1 parent a879fe4 commit 1b64e98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ jobs:
steps:
- name: apt update
run: sudo apt update
- uses: actions/checkout@v3

- uses: actions/setup-python@v4
with:
Expand All @@ -610,6 +611,7 @@ jobs:
git clone -b internal --single-branch https://github.com/spryker-shop/b2c-demo-shop.git .
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install apache2-utils
sudo apt install awscli -q
python3 -m pip install --upgrade pip
Expand All @@ -618,6 +620,8 @@ jobs:
python3 -m pip install -U robotframework-jsonlibrary
python3 -m pip install -U robotframework-databaselibrary
python3 -m pip install PyMySQL
- name: Composer install
run: composer install
- name: Install docker-compose
run: |
sudo curl -L "https://github.com/docker/compose/releases/download/2.12.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
Expand Down

0 comments on commit 1b64e98

Please sign in to comment.