PMM-9951 run the workflow on push temp (#258)
parent
d5ce83738f
commit
3d64931192
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue