GitHub: import a workflow running the tests
This commit is contained in:
parent
5aa2cce2f3
commit
0cf7aa0624
17
.github/workflows/deforaos-c-ci_ubuntu-latest.yml
vendored
Normal file
17
.github/workflows/deforaos-c-ci_ubuntu-latest.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
name: DeforaOS C CI (ubuntu-latest)
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: tests
|
||||||
|
run: make tests
|
Loading…
Reference in New Issue
Block a user