Fix typo at mail.yml

This commit is contained in:
Daniel Carrillo 2020-03-08 13:30:01 +01:00
parent 60b1798790
commit c98221b712
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
run: ./build.sh
- name: Run tests
run: ./test/test.sh
run: ./tests/test.sh
deploy:
runs-on: ubuntu-latest