We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ac5df commit e68c489Copy full SHA for e68c489
.github/workflows/test.yml
@@ -44,7 +44,7 @@ jobs:
44
runs-on: ubuntu-latest
45
needs: requires-approval
46
if: always() && (needs.requires-approval.result == 'success' || needs.requires-approval.result == 'skipped')
47
- name: Integration Tests on Node.js ${{ matrix['node-version'] }}
+ name: Integration Tests on Node.js ${{ matrix['node-version'] }} and CAP ${{ matrix['cds-version'] }}
48
strategy:
49
fail-fast: false
50
matrix:
0 commit comments