Skip to content

Commit 397f234

Browse files
committed
fail, but slow
1 parent 0fd2bcf commit 397f234

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ permissions:
1717
jobs:
1818
test:
1919
strategy:
20+
fail-fast: false
2021
matrix:
2122
os: [ubuntu-latest]
2223
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
@@ -254,5 +255,3 @@ jobs:
254255
name: cypress-screenshots_${{ matrix.PY_VERSION }}_native
255256
path: test/connect-rsconnect-python/cypress/screenshots
256257
if-no-files-found: ignore
257-
258-

0 commit comments

Comments
 (0)