Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/run_e2e_fe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ env:
# Settings
TESTID: ${{ inputs.test_id }}
NIGHTWATCH_OUTPUT: true
CIRCLE_BRANCH: ${{ github.event.pull_request && github.head_ref || github.ref_name }}
GIT_BRANCH: ${{ github.event.pull_request && github.head_ref || github.ref_name }}
EYES_APPNAME: ${{ inputs.eyes_appname }}

jobs:
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
echo $BE_BASE_URL
echo $FE_BASE_URL
echo $PROJECT
echo $CIRCLE_BRANCH
echo $GIT_BRANCH
-
name: "Wait up servers in case they are idle"
run: |
Expand Down