Merge pull request #16 from Pwnzer0tt1/dev-nfproxy
re-integrated automatic test execution
This commit is contained in:
6
.github/workflows/docker-image.yml
vendored
6
.github/workflows/docker-image.yml
vendored
@@ -20,6 +20,12 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Build and run firegex
|
||||||
|
run: python3 start.py start -P testpassword
|
||||||
|
|
||||||
|
- name: Run tests
|
||||||
|
run: cd tests && ./run_tests.sh
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@master
|
uses: docker/setup-qemu-action@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user