Skip to content

Commit

Permalink
fix $ prefix in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Aug 27, 2022
1 parent 2dba59d commit 2458b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-replica-set.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
mongodb-port: [23456]
mongodb-version: ['4.0', '4.2', '4.4']

name: MongoDB v${{ matrix.mongodb-version }} RS, Port $${{ matrix.mongodb-port }} — Node.js v${{ matrix.node-version }}
name: MongoDB v${{ matrix.mongodb-version }} RS, Port ${{ matrix.mongodb-port }} — Node.js v${{ matrix.node-version }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 2458b4e

Please sign in to comment.