mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 17:32:56 +00:00
add a tag for debug only
This commit is contained in:
4
.github/workflows/cloud-regress.yml
vendored
4
.github/workflows/cloud-regress.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
runs-on: [self-hosted, small]
|
||||
container:
|
||||
image: ghcr.io/neondatabase/neon-test-extensions-v${{ matrix.pg-version }}:latest
|
||||
image: ghcr.io/neondatabase/neon-test-extensions-v${{ matrix.pg-version }}:14192004730
|
||||
credentials:
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
@@ -66,8 +66,6 @@ jobs:
|
||||
|
||||
- name: Run the regression tests
|
||||
run: /run-tests.sh
|
||||
env:
|
||||
BENCHMARK_CONNSTR: ${{steps.create-branch.outputs.dsn}}
|
||||
|
||||
- name: Delete Neon Project
|
||||
if: ${{ always() }}
|
||||
|
||||
Reference in New Issue
Block a user