Skip to content

Commit

Permalink
Update REDCap version to v13.7.23 in Circle CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPoppe committed Nov 29, 2023
1 parent f1b2ba6 commit 34f302b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- run:
name: Grab REDCap Source
command: |
git clone --branch v13.1.27_zip https://github.com/AndrewPoppe/redcap_source
git clone --branch v13.7.23_zip https://github.com/AndrewPoppe/redcap_source
- run:
name: Build the REDCap Image
command: |
Expand All @@ -28,7 +28,7 @@ jobs:
command: docker-compose up -d
- run:
name: Move REDCap Source File
command: mv redcap_source/redcap13.1.27.zip security_access_groups/tests/playwright/setup/
command: mv redcap_source/redcap13.7.23.zip security_access_groups/tests/playwright/setup/
- run:
name: Install dependencies
working_directory: ./security_access_groups/tests/playwright
Expand All @@ -41,7 +41,7 @@ jobs:
name: Initialize REDCap
working_directory: ./security_access_groups/tests/playwright/setup
command: |
sed -i 's|ZIPFILE|redcap13.1.27.zip|' installREDCap.js
sed -i 's|ZIPFILE|redcap13.7.23.zip|' installREDCap.js
node installREDCap.js
- store_artifacts:
path: ./security_access_groups/tests/playwright/setup/screenshots
Expand Down

0 comments on commit 34f302b

Please sign in to comment.