Skip to content

Commit

Permalink
[CI] Switch to GitHub actions (elastic#1236) (elastic#1245)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Beahan <ebeahan@gmail.com>

Co-authored-by: Andrew Stucki <andrew.stucki@elastic.co>
  • Loading branch information
ebeahan and Andrew Stucki authored Jan 29, 2021
1 parent a487613 commit bc1f9af
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 29 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Tests

on: [push, pull_request]

jobs:
tests:
runs-on: ubuntu-20.04
name: Unit Tests
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.13.1'
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- run: git fetch --prune --unshallow --tags
- run: make setup
- run: make check
29 changes: 0 additions & 29 deletions .travis.yml

This file was deleted.

0 comments on commit bc1f9af

Please sign in to comment.