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

Commit

Permalink
Remove duplicate test (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoandredinis authored Oct 4, 2023
1 parent 5d2c9fd commit 0d5ec8d
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,40 +11,7 @@ env:
TELEPORT_ENTERPRISE_LICENSE: ${{ secrets.TELEPORT_ENTERPRISE_LICENSE }}

jobs:
# This test exists to ensure that we don't break compatibility of the event handler
# when we merge the unstructured events support.
# This is a temporary test and should be removed in Teleport 14.
# Since unstructured events API was intoduced in 13.1.0, this test fallbacks to
# the old SearchEvents and StreamSessionIDEvents API and should be able to complete
# without errors.
# DELETE IN 14.0.0
test-structured:
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: '1.21.1'

- name: Install Teleport
uses: teleport-actions/setup@v1
with:
version: 14.0.0
enterprise: true

- name: Run unit tests
run: make test-unit

# This test uses the new auditlog service that supports unstructured events.
test-unstructured:
test:
name: Plugins Tests (Go)
runs-on: ubuntu-22.04-16core

Expand Down

0 comments on commit 0d5ec8d

Please sign in to comment.