Steve Matthews
Results
2
comments of
Steve Matthews
trafficstars
We are seeing the same issue - here is our configuration ``` - name: Run integration tests timeout-minutes: 20 uses: cypress-io/github-action@v4 env: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}...
We are seeing exactly the same issue - rerunning failed jobs only will not run any tests but mark each as passed. Here is our configuration ``` - name: Run...