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
- 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
- Commit and push to GitHub
- Rerun the workflow on GitHub Actions
- Commit message is missing from Cypress Cloud
When you remove these again, the necessary information reappears.
Browser
n/a
Device
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