Skip to content

Commit

Permalink
CPS-393: Support for multiple CiviCRN versions
Browse files Browse the repository at this point in the history
  • Loading branch information
deb1990 committed Jan 20, 2021
1 parent 0005363 commit dd87061
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/backstop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,9 @@ jobs:
- name: Setup data and site-config.json for Test Backstop Screenshots
working-directory: ${{ env.BACKSTOP_DIR }}/backstop_data
run: |
sed -i 's+<url>+${{ env.TEST_SITE_URL }}+' site-config.json
sed -i 's+<path-to-site-root>+'"$GITHUB_WORKSPACE"'/${{ env.TEST_SITE_FOLDER }}/web+' site-config.json
sed -i 's+${{ env.REFERENCE_SITE_URL }}+${{ env.TEST_SITE_URL }}+' site-config.json
sed -i 's+${{ env.REFERENCE_SITE_FOLDER }}+${{ env.TEST_SITE_FOLDER }}+' site-config.json
cat site-config.json
cd ..
npx gulp backstopjs:setup-data
- name: Test Screenshots in ${{ github.event.inputs.test_shoreditch_branch }} Branch/Tag
Expand Down

0 comments on commit dd87061

Please sign in to comment.