Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
munderseth committed Sep 25, 2023
1 parent a0c9655 commit 01ae668
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Test
on:
push:
tags-ignore: ['v*']
branches:
- '**'
tags-ignore:
- '*'
paths-ignore:
- '**.md'
workflow_dispatch:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ The package is required to be configured for [log specs in separate files](https

```
setupNodeEvents(on, config) {
video: true, // Cypress v13.x defaults to false
const logsOptions = {
outputRoot: config.projectRoot + '/cypress/',
outputTarget: {
Expand Down

0 comments on commit 01ae668

Please sign in to comment.