Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Jan 17, 2024
1 parent 946b75c commit 60d44bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:

- name: Testing to start Ansible-WebUI
run: |
set +e
timeout 2 python3 ansible-webui
ec="$?"
if [[ "$ec" != "124" ]]
Expand All @@ -71,6 +72,7 @@ jobs:

- name: Testing to build Ansible-WebUI with PIP
run: |
set +e
path_repo="$(pwd)"
cd /tmp
tmp_venv="/tmp/ansible-webui-venv/$(date +%s)"
Expand Down

0 comments on commit 60d44bd

Please sign in to comment.