mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-04-19 16:01:14 +00:00
wip tests test.YML
This commit is contained in:
parent
31923e9a09
commit
733afc2ad1
1 changed files with 20 additions and 0 deletions
20
.github/workflows/test.yml
vendored
Normal file
20
.github/workflows/test.yml
vendored
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
name: Test
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches: dev
|
||||||
|
push:
|
||||||
|
branches: fix_arrays
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: build test image
|
||||||
|
run: docker build . -t prosody
|
||||||
|
|
||||||
|
- name: run tests
|
||||||
|
run: cd ./tests/ && ./test.zsh
|
Loading…
Reference in a new issue