Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBirt committed Oct 10, 2024
1 parent a41c0af commit e7041a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/bazel_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@ jobs:
key: ${{ runner.os }}-${{ env.cache-name }}
- uses: actions/checkout@v2
- run: bazel test //...
# runs-on: gcr.io/bazel-public/bazel:7.3.2
# steps:
# - run: test ...
2 changes: 1 addition & 1 deletion mongodb/testing/mongodb.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (m *Mongod) Start() error {
}
m.port = port
m.cmd = exec.Command(
"external/mongodb/bin/mongo",
"external/mongodb/bin/mongod",
"--port", strconv.Itoa(m.port),
"--dbpath", dbDir,
)
Expand Down

0 comments on commit e7041a8

Please sign in to comment.