test update CI for the new tests
This commit is contained in:
6
.github/workflows/ccpp.yml
vendored
6
.github/workflows/ccpp.yml
vendored
@@ -2,9 +2,9 @@ name: C/C++ CI
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master, dev ]
|
branches: [ feat/test-unity ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master, dev ]
|
branches: [ feat/test-unity ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -15,4 +15,4 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: ammaraskar/gcc-problem-matcher@master
|
- uses: ammaraskar/gcc-problem-matcher@master
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: sudo apt-get install libpng-dev; cd tests; python ./build.py
|
run: sudo apt-get install libpng-dev ruby-full; cd tests; python ./main.py
|
||||||
|
|||||||
Reference in New Issue
Block a user