Skip to content

Commit

Permalink
GHA: Fix integration test by removing the default apache config before
Browse files Browse the repository at this point in the history
applying our own
  • Loading branch information
quartje committed Nov 20, 2023
1 parent 8b61802 commit f7e664d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
./app/console cache:clear --env=ci && \
cd theme && CYPRESS_INSTALL_BINARY=0 yarn install --frozen-lockfile && EB_THEME=skeune yarn build
'
- name: Run code quality tests
if: always()
run: |
Expand Down
1 change: 1 addition & 0 deletions docker/php-fpm/Dockerfile-php72
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM ghcr.io/openconext/openconext-basecontainers/php72-apache2-node16-composer2
RUN a2enmod ssl
# Copy phpfpm config
COPY docker/php-fpm/app.ini /usr/local/etc/php/conf.d/
RUN rm -rf /etc/apache2/sites-enabled/*
COPY docker/php-fpm/apache2.conf /etc/apache2/sites-enabled/
RUN chown -R www-data: /var/www/
WORKDIR /opt/openconext/OpenConext-engineblock
Expand Down

0 comments on commit f7e664d

Please sign in to comment.