Skip to content

Commit

Permalink
tests: remove forced browser_version just to get tests running
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoukkari committed Sep 23, 2024
1 parent bf8ef0d commit 194c18e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ jobs:
-e PROBLEM_IN_${{ runner.os }}
-e PROBLEM_IN_${{ matrix.browser }}
-v BROWSER:${{ matrix.browser }}
-v BROWSER_VERSION:127
-d result
--name ${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.browser }}
-b debug.txt
Expand All @@ -201,7 +200,6 @@ jobs:
-e PROBLEM_IN_${{ runner.os }}
-e PROBLEM_IN_${{ matrix.browser }}
-v BROWSER:${{ matrix.browser }}
-v BROWSER_VERSION:127
-d rerunresult
--name ${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.browser }}
-b debug.txt
Expand Down

0 comments on commit 194c18e

Please sign in to comment.