Skip to content

Commit

Permalink
Update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspermarstal committed Jan 16, 2024
1 parent b717221 commit 729c739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- name: Package PL/PRQL for PostgreSQL ${{ matrix.pg_version }} (${{ matrix.container }})
shell: bash
run: |
docker build --build-arg PG_MAJOR_VER="$PG_MAJOR_VER" -t plprql -f ".github/docker/Dockerfile.${{ matrix.container }}" .
docker run pgrx cargo test --no-default-features --features "pg${PG_MAJOR_VER}"
docker build --build-arg PG_MAJOR_VER="${{ matrix.pg_version }}" -t plprql -f ".github/docker/Dockerfile.${{ matrix.container }}" .
docker run pgrx cargo test --no-default-features --features "${{ matrix.pg_version }}"

0 comments on commit 729c739

Please sign in to comment.