Skip to content

plugin refactor for v4 #3

plugin refactor for v4

plugin refactor for v4 #3

Workflow file for this run

name: E2E
on:
pull_request:
push:
branches:
- master
jobs:
e2e:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-packer@main
-
uses: actions/setup-go@v5
with:
go-version: '1.21'
cache: false
- run: |
make e2e