Skip to content

Commit message missing from Cypress Cloud when cypress/included container is used in GitHub Actions #1129

@verheyenkoen

Description

@verheyenkoen

Description

When we let Cypress tests run on the container cypress/included, commit message is no longer logged in Cypress Cloud. The commit hash is still there but no link to click.

URL of Issue(s)

https://cloud.cypress.io/projects/fm8w1c/runs/71/overview

Steps to replicate

  1. Add these last two lines to your workflow yaml file for a recorded run as described here:
jobs:
  cypress-run:
    runs-on: ubuntu-22.04
    container:
      image: cypress/included
  1. Commit and push to GitHub
  2. Rerun the workflow on GitHub Actions
  3. Commit message is missing from Cypress Cloud
image

When you remove these again, the necessary information reappears.

Browser

n/a

Device

  • PC
  • Mac
  • iPhone
  • iPad
  • Android Phone
  • Android Tablet

Additional Information

GITHUB token is provided as an ENV variable, like so: https://github.com/ugent-library/deliver/blob/fa660f2f7eb801315311c00de37263d6cf53aacf/.github/workflows/cypress-tests.yml#L35

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions