Skip to content

Add e2e tests

Add e2e tests #7

Workflow file for this run

name: e2e tests
on: [ pull_request ]
jobs:
e2e:
runs-on: [capmox,e2e,dcd-playground]
env:
PROXMOX_URL: ${{ secrets.PROXMOX_URL }}
PROXMOX_TOKEN: ${{ secrets.PROXMOX_TOKEN }}
PROXMOX_SECRET: ${{ secrets.PROXMOX_SECRET }}
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run e2e tests
run: "make test-e2e"