Skip to content

Commit e68c489

Browse files
authored
Another CI fix (#231)
1 parent 24ac5df commit e68c489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
needs: requires-approval
4646
if: always() && (needs.requires-approval.result == 'success' || needs.requires-approval.result == 'skipped')
47-
name: Integration Tests on Node.js ${{ matrix['node-version'] }}
47+
name: Integration Tests on Node.js ${{ matrix['node-version'] }} and CAP ${{ matrix['cds-version'] }}
4848
strategy:
4949
fail-fast: false
5050
matrix:

0 commit comments

Comments
 (0)