Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Plugins Tests (Go) - 9302312862 - @stevenGravy #1137

Plugins Tests (Go) - 9302312862 - @stevenGravy

Plugins Tests (Go) - 9302312862 - @stevenGravy #1137

Workflow file for this run

name: Plugins Tests (Go)
run-name: Plugins Tests (Go) - ${{ github.run_id }} - @${{ github.actor }}
on:
push:
branches:
- master
pull_request:
env:
TELEPORT_ENTERPRISE_LICENSE: ${{ secrets.TELEPORT_ENTERPRISE_LICENSE }}
jobs:
test:
name: Plugins Tests (Go)
runs-on: ubuntu-22.04-16core
permissions:
contents: read
steps:
- name: Checkout Teleport Plugins
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
- name: Install Teleport
uses: teleport-actions/setup@v1
with:
version: 15.2.0
enterprise: true
- name: Run unit tests
run: make test-unit