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 a6ce0ff commit d073e90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
- uses: actions/checkout@v3
- name: Package PL/PRQL for PostgreSQL ${{ matrix.pg_version }} (${{ matrix.container }})
shell: bash
run: ./.github/docker/run-docker.sh ${{ matrix.pg_version}} ${{ matrix.container }}
run: |
docker build --build-arg PG_MAJOR_VER="$PG_MAJOR_VER" -t plprql -f ".github/docker/Dockerfile.$DOCKERFILE_ID" .
docker run pgrx cargo test --no-default-features --features "pg${PG_MAJOR_VER}"

0 comments on commit d073e90

Please sign in to comment.