Skip to content

Commit

Permalink
Merge branch 'pgspider:master' into postgis_datatypes_initial
Browse files Browse the repository at this point in the history
  • Loading branch information
mkgrgis authored Apr 15, 2024
2 parents b06c89e + 7f7132e commit a47b12f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,16 @@ jobs:
run: bash GitHubActions/build_sqlite_fdw.sh ${{ matrix.pg }}

- name: execute sqlite_fdw test
run: bash GitHubActions/execute_test.sh ${{ matrix.pg }}
run: bash GitHubActions/execute_test.sh ${{ matrix.pg }}

- name: download output files (regression.diffs)
if: failure()
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.pg }}-test-results
path: |
workdir/postgresql-${{ matrix.pg }}/contrib/sqlite_fdw/regression.diffs
workdir/postgresql-${{ matrix.pg }}/contrib/sqlite_fdw/regression.out
workdir/postgresql-${{ matrix.pg }}/contrib/sqlite_fdw/results
retention-days: 7

3 changes: 3 additions & 0 deletions GitHubActions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ Scripts in this directory (GitHubActions/*.sh) are referred by CI.yml.

The regression test will be executed for multi-versions of PostgreSQL.
Target versions are determined automatically based on directory names in "sql" directory.

If the regression test failed, test result files (result directory, regression.diff amd regression.out) are uploaded as artifacts.
7 days later, artifact files will be deleted.

0 comments on commit a47b12f

Please sign in to comment.