Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cypress-io/github-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.10.2
Choose a base ref
...
head repository: cypress-io/github-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.11.0
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on May 25, 2021

  1. add cron workflow example

    bahmutov committed May 25, 2021
    Configuration menu
    Copy the full SHA
    6932ccd View commit details
    Browse the repository at this point in the history
  2. feat: switch to debug module for verbose logs (#379)

    This action uses the [debug](https://github.com/visionmedia/debug#readme) module to output additional verbose logs. You can see these debug messages by setting the following environment variable:
    
    ```
    DEBUG: @cypress/github-action
    ```
    
    You can set the environment variable using GitHub UI interface, or in the workflow file:
    
    ```yml
    - name: Cypress tests with debug logs
      uses: cypress-io/github-action@v2
      env:
        DEBUG: '@cypress/github-action'
    ```
    bahmutov authored May 25, 2021
    Configuration menu
    Copy the full SHA
    6b3bc3a View commit details
    Browse the repository at this point in the history
Loading