mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-23 15:16:26 +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:
|
||||
push:
|
||||
@ -13,5 +13,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: compile all
|
||||
run: ./make.sh build all
|
||||
- name: run tests
|
||||
run: ./make.sh test run
|
||||
|
Loading…
Reference in New Issue
Block a user