Skip to content

Commit

Permalink
Found place where cypress env var needs to go.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoepfeiffer committed Jan 26, 2024
1 parent 05ff146 commit c6feba4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/frontend/runtime/e2e_run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ runs:
ACCOUNT_ID: ${{ inputs.artemis_account_id }}
USERS: ${{ inputs.artemis_users }}
TAGS: ${{ inputs.e2e_filter_tags }}
CYPRESS_GITHUB_WORKSPACE:
${{}} <-- Need to fill this in with value of GITHUB_WORKSPACE?
# We have to manually output an exit code of 0 to ensure the action passes if e2e_pass_on_error is true
- name: pass_with_failures
shell: bash
Expand Down

0 comments on commit c6feba4

Please sign in to comment.