Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Aug 29, 2023
1 parent e3f192a commit 750e470
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: Build docker image
run: |
cd linux/test
./docker-build.sh $ENV
./test_services.sh $ENV
PGVER=$PGVER ./docker-build.sh $ENV
./test_services.sh
env:
ENV: ${{ matrix.os }}
PGVER: ${{ matrix.pg }}

0 comments on commit 750e470

Please sign in to comment.