Skip to content

Commit

Permalink
Use current branch in tests in CI
Browse files Browse the repository at this point in the history
So that changes and their effects are visible before merge
  • Loading branch information
jajik committed Jul 27, 2023
1 parent d2416c6 commit e33909e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:
env:
IMG: local-tomcat
HTTPD_IMG: local-httpd
MPC_BRANCH: "${{ steps.branch-name.outputs.current_branch }}"
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 Down

0 comments on commit e33909e

Please sign in to comment.