mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-04-19 16:01:14 +00:00
wip tests test.YML15
This commit is contained in:
parent
7d81856305
commit
b42b23c8f0
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -13,6 +13,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Checkout submodules
|
||||||
|
uses: textbook/git-checkout-submodule-action@master
|
||||||
|
|
||||||
- name: install python3-venv
|
- name: install python3-venv
|
||||||
run: sudo apt-get install python3-venv
|
run: sudo apt-get install python3-venv
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue