Skip to content

Commit

Permalink
helps if I put it on the right line
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave committed Jun 30, 2024
1 parent 71aa735 commit c3f5ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Install docker-compose docker.io
run: sudo apt update && sudo apt install -y docker-compose
- name: Install docker-compose
run: sudo apt update && sudo apt install -y docker-compose docker.io
- name: Build the Docker images
run: docker-compose -f docker-compose.test-pg.yml build
- name: Run bmo specific tests
Expand Down

0 comments on commit c3f5ab3

Please sign in to comment.