File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
tests/features/managing-campaigns Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ jobs:
272272 cd $GITHUB_WORKSPACE
273273 cd ..
274274
275- sshpass -e sftp -oBatchMode=no -b - ${{ secrets.SF_USERNAME }}@${{ secrets.SF_HOST }} << EOF
275+ [[ $SSHPASS != "" ]] && sshpass -e sftp -oBatchMode=no -b - ${{ secrets.SF_USERNAME }}@${{ secrets.SF_HOST }} << EOF
276276 cd /home/frs/project/phplist/$RELEASE_FOLDER
277277 mkdir $RELEASE_VERSION
278278 cd $RELEASE_VERSION
Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ Feature: Create new campaign
2424 And I refresh the page
2525 Then I should see "Embargoed Until"
2626 When I follow "Lists"
27- When I follow "Content"
28- When I follow "Lists"
2927 And I refresh the page
3028 Then I should see "Please select the lists you want to send your campaign to"
3129 And I should see "All Lists"
You can’t perform that action at this time.
0 commit comments