Skip to content

Commit

Permalink
fix: github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger committed Nov 14, 2024
1 parent 70e3750 commit 33dcb0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: C++ unit tests
run: |
build/test/unit_tests/DiscoPoP_UT
execute_end_to_end_tests:
runs-on: ubuntu-20.04
name: Execute end-to-end tests
Expand Down Expand Up @@ -158,6 +158,7 @@ jobs:
- name: Python end-to-end-tests
run: |
. venv/bin/activate
python -m unittest -v -k *.end_to_end.*
update_wiki-build:
name: "Update Wiki - Build"
Expand Down

0 comments on commit 33dcb0f

Please sign in to comment.