Skip to content

Commit

Permalink
e2e tests: add sudo permissions for update and installation
Browse files Browse the repository at this point in the history
  • Loading branch information
usuletw022 committed Mar 22, 2024
1 parent 847c973 commit 63a88bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
go-version: '1.20'
- name: Install Docker Compose
run: |
apt-get update
apt-get install docker-compose
sudo apt-get update
sudo apt-get install docker-compose
docker-compose --version
- name: Build and Start Docker Compose
run: ./e2e_tests/run-e2e-tests.sh

0 comments on commit 63a88bb

Please sign in to comment.