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 d073e90 commit e14689c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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.$DOCKERFILE_ID" .
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}"

0 comments on commit e14689c

Please sign in to comment.