mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-04-19 16:01:14 +00:00
wip tests test.YML3
This commit is contained in:
parent
7854d3371e
commit
b27ce3add3
2 changed files with 4 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -17,4 +17,4 @@ jobs:
|
||||||
run: docker build . -t prosody
|
run: docker build . -t prosody
|
||||||
|
|
||||||
- name: run tests
|
- name: run tests
|
||||||
run: cd ./tests/ && bash ./test.zsh
|
run: cd ./tests/ && ./test.bash
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
#!/bin/zsh
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
# generate certs for testing
|
# generate certs for testing
|
||||||
|
|
Loading…
Reference in a new issue