We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c39920 commit 95c711eCopy full SHA for 95c711e
.github/workflows/coder.yaml
@@ -165,18 +165,20 @@ jobs:
165
-covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
166
-count=1 -race -parallel=2
167
168
- - uses: actions/setup-node@v2
+ - name: Setup Node for DataDog CLI
169
+ uses: actions/setup-node@v2
170
if: always() && github.actor != 'dependabot[bot]'
171
with:
172
node-version: "14"
173
- - name: Cache DataDog CI
174
+ - name: Cache DataDog CLI
175
176
uses: actions/cache@v2
177
178
path: |
179
~/.npm
180
%LocalAppData%\npm-cache
181
+ C:\npm
182
key: datadogci-
183
restore-keys: datadogci-
184
0 commit comments