Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Dec 12, 2024
1 parent f27f7f9 commit cb02c92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- master
- dev
- dev2
- sara/update-ci

jobs:
chrome:
Expand All @@ -23,7 +24,7 @@ jobs:
run: |
if [ "${{ github.ref_name }}" == "master" ]; then
echo "TEST_DOMAIN=ssl-secure-srv.org" >> $GITHUB_ENV
elif [ "${{ github.ref_name }}" == "dev" ]; then
elif [ "${{ github.ref_name }}" == "sara/update-ci" ]; then
echo "TEST_DOMAIN=honeypdfs.com" >> $GITHUB_ENV
elif [ "${{ github.ref_name }}" == "dev2" ]; then
echo "TEST_DOMAIN=syruppdfs.com" >> $GITHUB_ENV
Expand Down

0 comments on commit cb02c92

Please sign in to comment.