Skip to content

Commit

Permalink
[project-base] Fix Gitlab tests (#3618)
Browse files Browse the repository at this point in the history
  • Loading branch information
henzigo authored Nov 25, 2024
1 parent 320c142 commit 50b2264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ test:standards-with-graphql-schema-check:
variables:
GIT_STRATEGY: none
script:
- docker run -i ${TAG} /bin/bash -c "mv PRODUCTION DEVELOPMENT; ./check-schema.sh && php phing composer-dev standards"
- docker run -i ${TAG} /bin/bash -c "mv PRODUCTION DEVELOPMENT; npm install format-graphql && ./check-schema.sh && php phing composer-dev standards"
interruptible: true

test:storefront-standards-with-codegen:
Expand Down
3 changes: 1 addition & 2 deletions app/docker/php-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ USER www-data
RUN composer install --optimize-autoloader --no-interaction --no-progress --no-dev \
&& php phing build-deploy-part-1-db-independent clean

RUN rm -rf /var/www/html/node_modules \
/var/www/html/tests
RUN rm -rf /var/www/html/node_modules

RUN chmod +x ./deploy/deploy-project.sh && ./deploy/deploy-project.sh merge || true # Hack for monorepo to continue build

Expand Down

0 comments on commit 50b2264

Please sign in to comment.