Create test.yml
This commit is contained in:
parent
29373e9a37
commit
c4d057685b
13
.github/workflows/test.yml
vendored
Normal file
13
.github/workflows/test.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
# This is a basic workflow to help you get started with Actions
|
||||
|
||||
name: Test
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
container: kmkfw/base
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: make test
|
Loading…
Reference in New Issue
Block a user