mirror of
https://github.com/matthiasmullie/minify.git
synced 2025-02-22 07:24:12 +01:00
Add GH actions based test runner
This commit is contained in:
parent
33347fbaa1
commit
5a996031f5
18
.github/workflows/test.yml
vendored
Normal file
18
.github/workflows/test.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: Run test suite
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run test suite
|
||||
run: make test
|
Loading…
x
Reference in New Issue
Block a user