mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-04 04:22:59 +00:00
misc(ci): add event logging to testacc.yml
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
parent
0685a628c8
commit
cddf901c24
6
.github/workflows/testacc.yml
vendored
6
.github/workflows/testacc.yml
vendored
@ -10,6 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
acceptance:
|
||||
#refs/heads/renovate/tools
|
||||
strategy:
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
@ -18,7 +19,10 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
environment: pve-acc
|
||||
steps:
|
||||
- run: echo ${{ github.event.workflow_run }}
|
||||
- name: Dump GitHub context
|
||||
env:
|
||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||
run: echo "$GITHUB_CONTEXT"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user