Skip to content

Update PROSODY_VERSION=0.12.5 #113

Update PROSODY_VERSION=0.12.5

Update PROSODY_VERSION=0.12.5 #113

Workflow file for this run

name: Test
on:
pull_request:
branches: dev
push:
branches: dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
with:
submodules: recursive
- name: install python3-venv
run: sudo apt-get install python3-venv
- name: build test image
run: docker build . -t prosody
- name: run tests
run: cd ./tests/ && ./test.bash