Skip to content

Commit

Permalink
[chore] Rename e2e test and make them run on main branch and tags (op…
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax authored Feb 6, 2023
1 parent ad5e5bb commit 584318e
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Test Kubernetes Related Components
name: e2e-tests

on:
pull_request:
push:
branches:
- main
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
pull_request:

jobs:
kubernetes-test:
Expand Down Expand Up @@ -73,4 +76,4 @@ jobs:
- name: run e2e test to check output
run: |
cd processor/k8sattributesprocessor
go test -v --tags=e2e
go test -v --tags=e2e

0 comments on commit 584318e

Please sign in to comment.