We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1fd249 commit 2ac5106Copy full SHA for 2ac5106
.github/workflows/integration-tests-h2.yml
@@ -33,7 +33,7 @@ jobs:
33
- java-version: '17'
34
allow-failure: true
35
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#handling-failures
36
- continue-on-error: {{ matrix.allow-failure }}
+ continue-on-error: ${{ matrix.allow-failure }}
37
steps:
38
- name: Clone source code
39
uses: actions/[email protected] # https://github.com/actions/checkout
0 commit comments