Add mise task for production tests
This commit is contained in:
@@ -85,6 +85,10 @@ run = 'mix music_library.prod.db_backup'
|
|||||||
description = 'Deletes all downloaded database backups'
|
description = 'Deletes all downloaded database backups'
|
||||||
run = 'rm data/music_library_prod*'
|
run = 'rm data/music_library_prod*'
|
||||||
|
|
||||||
|
[tasks.prod-test]
|
||||||
|
description = 'Run HTTP tests against production'
|
||||||
|
run = 'hurl --test test/prod.hurl'
|
||||||
|
|
||||||
# GIT TOOLING
|
# GIT TOOLING
|
||||||
|
|
||||||
[tasks.static-checks-hook]
|
[tasks.static-checks-hook]
|
||||||
|
|||||||
Reference in New Issue
Block a user