Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pgxn/docker-pgxn-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ffcee977cfe7c01ff8792f2b0f41536e88a9ab05
Choose a base ref
..
head repository: pgxn/docker-pgxn-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d10c3a24abdce5ab0b31ecfaadc2790f93c60cb9
Choose a head ref
Showing with 0 additions and 2 deletions.
  1. +0 −2 .github/workflows/cicd.yml
2 changes: 0 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -18,8 +18,6 @@ jobs:
# Test with Git repo
- name: Test Git as root
run: "docker run -w /repo --rm --volume \"$(pwd):/repo\" pgxn-tools-test ./test/runtest.sh ${{ matrix.pg }} git"
- name: Test Git as postgres
run: "docker run -w /repo --rm --volume \"$(pwd):/repo\" -u postgres pgxn-tools-test ./test/runtest.sh ${{ matrix.pg }} git"
- name: Test Git as non-root
run: "docker run -w /repo --rm --volume \"$(pwd):/repo\" -e AS_USER=worker pgxn-tools-test ./test/runtest.sh ${{ matrix.pg }} git"
- name: Test Git with extra file