File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## [ 1.6.0] ( https://github.com/superchargejs/mongodb-github-action/compare/v1.5.0...v1.6.0 ) - 2021-06-01
5
+
6
+ ### Added
7
+ - show replica set status after ` rs.initiate() `
8
+
9
+
4
10
## [ 1.5.0] ( https://github.com/superchargejs/mongodb-github-action/compare/v1.4.1...v1.5.0 ) - 2021-05-31
5
11
6
12
### Added
Original file line number Diff line number Diff line change 56
56
node-version : ${{ matrix.node-version }}
57
57
58
58
- name : Start MongoDB
59
- uses : supercharge/mongodb-github-action@1.5 .0
59
+ uses : supercharge/mongodb-github-action@1.6 .0
60
60
with :
61
61
mongodb-version : ${{ matrix.mongodb-version }}
62
62
96
96
node-version: ${{ matrix.node-version }}
97
97
98
98
- name: Start MongoDB
99
- uses: supercharge/mongodb-github-action@1.5 .0
99
+ uses: supercharge/mongodb-github-action@1.6 .0
100
100
with:
101
101
mongodb-version: ${{ matrix.mongodb-version }}
102
102
mongodb-replica-set: test-rs
@@ -140,7 +140,7 @@ jobs:
140
140
node-version: ${{ matrix.node-version }}
141
141
142
142
- name: Start MongoDB
143
- uses: supercharge/mongodb-github-action@1.5 .0
143
+ uses: supercharge/mongodb-github-action@1.6 .0
144
144
with:
145
145
mongodb-version: ${{ matrix.mongodb-version }}
146
146
mongodb-replica-set: test-rs
You can’t perform that action at this time.
0 commit comments