mirror of
https://github.com/augustin64/projet-tipe
synced 2025-02-02 19:39:39 +01:00
Update Actions
This commit is contained in:
parent
d40212d313
commit
ad98dbf0b1
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: C tests
|
name: Run tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -13,5 +13,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- name: compile all
|
||||||
|
run: ./make.sh build all
|
||||||
- name: run tests
|
- name: run tests
|
||||||
run: ./make.sh test run
|
run: ./make.sh test run
|
||||||
|
Loading…
Reference in New Issue
Block a user