Skip to content

Commit

Permalink
Debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed May 9, 2024
1 parent 0a93509 commit e48e5b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/selenium-lab-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ jobs:
const enabled = thisBrowserRequested ||
(nothingRequested && thisBrowserOnByDefault);
// FIXME: debugging
console.log({name, thisBrowserRequested, nothingRequested, thisBrowserOnByDefault, enabled});
if (enabled) {
include.push({browser: name});
}
Expand Down

0 comments on commit e48e5b2

Please sign in to comment.