mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Update yml
This commit is contained in:
parent
ecc34f4fb9
commit
3c62912fbb
1 changed files with 5 additions and 1 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -18,5 +18,9 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
# Runs a single command using the runners shell
|
||||
- name: build source
|
||||
- name: Build source
|
||||
run: ./.github/scripts/build.sh
|
||||
|
||||
# Runs a single command using the runners shell
|
||||
- name: Execute tests
|
||||
run: ./.github/scripts/test.sh
|
||||
|
|
Loading…
Reference in a new issue