Skip to content

Commit

Permalink
!fixup Modify .htaccess for CC
Browse files Browse the repository at this point in the history
  • Loading branch information
tkcreateit committed Feb 16, 2024
1 parent abd7f58 commit 191eb6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/github_actions/module-graphql-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ codeception:
prefix: 'codeception-artifacts'
coverage:
path: 'source/codeception_coverage.xml'
custom_script: |
perl -pi -e 'print "SetEnvIf Authorization \"(.*)\" HTTP_AUTHORIZATION=\$1\n\n" if $. == 1' source/source/.htaccess
runtest:
matrix:
Expand Down

0 comments on commit 191eb6a

Please sign in to comment.