Skip to content

Commit

Permalink
Add apt-update command.
Browse files Browse the repository at this point in the history
  • Loading branch information
YooSunYoung committed Jun 11, 2024
1 parent 870a6dc commit e9c43fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
name: Integration Tests
runs-on: 'ubuntu-22.04'
steps:
- run: sudo apt install --yes docker-compose>2.0
- run: sudo apt update
- run: sudo apt install --yes docker-compose
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit e9c43fd

Please sign in to comment.