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

0 comments on commit 2da26f3

Please sign in to comment.