mirror of
https://github.com/logos-messaging/telemetry.git
synced 2026-01-05 23:53:12 +00:00
Merge pull request #19 from vpavlin/feat/gh-actiosn
GH Action to run make test on PR and push to master
This commit is contained in:
commit
cbc44089c8
18
.github/workflows/tests.yml
vendored
Normal file
18
.github/workflows/tests.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: tests
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: tests
|
||||
run: make test
|
||||
Loading…
x
Reference in New Issue
Block a user