CI: added tests
This commit is contained in:
committed by
Domingo Dirutigliano
parent
1435bb1ecf
commit
ffdc791bc6
21
.github/workflows/docker-tests.yml
vendored
Normal file
21
.github/workflows/docker-tests.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
name: Run Test on Docker Image
|
||||
|
||||
on:
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build and run firegex
|
||||
run: python3 start.py -b --psw-no-interactive testpassword
|
||||
- name: Run tests
|
||||
run: cd tests && ./run_tests.sh
|
||||
|
||||
Reference in New Issue
Block a user