Skip to content

Commit

Permalink
TS-47 Add module-specific fixtures sql dump
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Tkachev committed Dec 13, 2024
1 parent 6d5b4ae commit 632f8a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/oxid-esales/cypress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ls -la
export CYPRESS_WORKDIR="${OXID_BUILD_DIRECTORY}/\/var\/www/vendor/oxid-solution-catalysts/telecash-module/tests/e2e"
export CYPRESS_CONFIG="${OXID_BUILD_DIRECTORY}/\/var\/www/vendor/oxid-solution-catalysts/telecash-module/tests/e2e/cypress.config.js"
echo "current CYPRESS_WORKDIR= '${CYPRESS_WORKDIR}'"
echo "current CYPRESS_WORKDIR= '${CYPRESS_CONFIG}'"
echo "current CYPRESS_CONFIG= '${CYPRESS_CONFIG}'"
# Inject the Cypress service and start the container
add_cypress_service
run_docker_compose_up
4 changes: 3 additions & 1 deletion .github/workflows/trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
- name: Generate a custom summary
run: |

Check failure on line 34 in .github/workflows/trigger.yaml

View workflow job for this annotation

GitHub Actions / osc_telecash_php82_mysql_80 / actionlint

shellcheck reported issue in this script: SC2155:warning:5:8: Declare and assign separately to avoid masking return values
echo "Custom Summary Step: Gathering results..."
chmod 775 ./source/vendor/oxid-solution-catalysts/telecash-module/.github/oxid-esales/cypress.sh
ls -la
chmod 775 ./source/vendor/oxid-solution-catalysts/telecash-module/.github/oxid-esales/cypress.sh
export CYPRESS_WORKDIR="$(pwd)/source/www/vendor/oxid-solution-catalysts/telecash-module/tests/e2e"
./source/vendor/oxid-solution-catalysts/telecash-module/.github/oxid-esales/cypress.sh > cypress-output.txt
echo "Results summarized successfully!"
Expand Down

0 comments on commit 632f8a9

Please sign in to comment.