Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jajik committed Jul 27, 2023
1 parent 4ffed68 commit 38b3d7b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ jobs:
env:
IMG: local-tomcat
HTTPD_IMG: local-httpd
MPC_BRANCH: ${{ github.head_ref || github.ref_name }}
MPC_CONF: https://raw.githubusercontent.com/jajik/mod_proxy_cluster/rework-test-add-ci/test/httpd/mod_proxy_cluster.conf
DEBUG: on
ITERATION_COUNT: 5
Expand All @@ -167,6 +166,10 @@ jobs:
run: |
cd test
mkdir logs
# set vars
export MPC_SOURCE=$(git remote -v | grep "origin.*fetch" | cut -f1 -d' ')
export MPC_BRANCH=$(git branch --show-current)
# run tests
source includes/common.sh
run_test basetests.sh "Basic tests"
- name: Preserve test logs
Expand Down

0 comments on commit 38b3d7b

Please sign in to comment.