Skip to content

Commit

Permalink
Update lb-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdt authored Nov 13, 2024
1 parent 301bda9 commit 177eb7c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lb-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ jobs:

steps:
- uses: actions/checkout@v3

# Set up Docker Compose
- name: Set up Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose-plugin
- name: Build Docker images
run: docker-compose -f docker-compose.test.base.yml -f docker-compose.test.reg.yml -f docker-compose.test.par.yml build

Expand Down

0 comments on commit 177eb7c

Please sign in to comment.