Skip to content

plugin refactor for v4 #8

plugin refactor for v4

plugin refactor for v4 #8

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: go generate -tags tools tools/tools.go
- run: |
make e2e OS=linux
if: matrix.os == 'ubuntu-latest'
- run: |
make e2e OS=windows
if: matrix.os == 'windows-latest'