We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1312a94 commit cb80821Copy full SHA for cb80821
.github/workflows/code-health.yml
@@ -29,6 +29,8 @@ jobs:
29
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
30
with:
31
go-version-file: 'go.mod'
32
+ - name: setup Atlas CLI
33
+ uses: mongodb/atlas-github-action@15663d068c40a8582d881560961fce9d45e0df9a
34
- name: E2E Test
35
run: make test-e2e
36
0 commit comments