Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Unit Tests

on:
push:
branches: ['6.x']
pull_request:
branches: ['6.x']
workflow_dispatch:

# Scheduled (cron) coverage for this branch lives in the workflow file on
# the default branch (main); it fans out across every active
# branch via a matrix. Do not add a schedule: block here — it would be
# silently ignored on non-default branches.

jobs:
tests:
uses: logstash-plugins/.ci/.github/workflows/unit-tests.yml@1.x
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/6.x' }}
with:
timeout-minutes: 60
2 changes: 0 additions & 2 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Logstash Plugin

[![Travis Build Status](https://travis-ci.com/logstash-plugins/logstash-input-beats.svg)](https://travis-ci.com/logstash-plugins/logstash-input-beats)
[![Unit Tests](https://github.com/logstash-plugins/logstash-input-beats/actions/workflows/unit-tests.yml/badge.svg?branch=6.x)](https://github.com/logstash-plugins/logstash-input-beats/actions/workflows/unit-tests.yml)

This is a plugin for [Logstash](https://github.com/elastic/logstash).

Expand Down