PMM-9951 run the workflow on push temp (#258)

pull/259/head
Puneet Kala 2022-06-09 16:48:18 +05:30 committed by GitHub
parent d5ce83738f
commit 3d64931192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: postgresql-11-pmm-integration
on: pull_request
on: push
jobs:
build:
@ -18,7 +18,7 @@ jobs:
run: echo 'The branch and Repo Name is' ${{ github.head_ref }} ${{ github.actor }}/pg_stat_monitor
- name: Run PMM & PGSM Setup, E2E Tests
run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-version=11 --pgstat-monitor-branch=${{ github.head_ref }} --pgstat-monitor-repo=${{ github.actor }}/pg_stat_monitor
run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-version=11 --pgstat-monitor-branch=${{ github.head_ref }}
- name: Get PMM-Agent Logs from the Container
if: success() || failure() # run this step even if previous step failed