Update yml

This commit is contained in:
Gregory John Casamento 2021-07-10 16:08:00 -04:00
parent ecc34f4fb9
commit 3c62912fbb

View file

@ -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