Files
firegex-traffic-viewer/.github/workflows/docker-tests.yml
Nicola Guerrera acceb8b69e CI: added tests
2024-04-09 03:54:38 +02:00

22 lines
352 B
YAML

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