Skip to content

Commit 95000a9

Browse files
committed
Make continue-on-error not in the env section
1 parent b2f166f commit 95000a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
DB_USER: root
1919
DB_PASSWORD: root
20-
continue-on-error: ${{ matrix.experimental }}
20+
continue-on-error: ${{ matrix.experimental }}
2121
strategy:
2222
fail-fast: false
2323
matrix:

0 commit comments

Comments
 (0)