File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -135,13 +135,6 @@ jobs:
135
135
yarn run lint
136
136
yarn run test
137
137
138
- - name : Save AppMaps
139
- uses : actions/cache/save@v3
140
- if : always()
141
- with :
142
- path : ./packages/cli/tmp/appmap
143
- key : appmaps-${{ github.sha }}-${{ github.run_attempt }}
144
-
145
138
test_scanner :
146
139
runs-on : ubuntu-latest
147
140
@@ -210,18 +203,6 @@ jobs:
210
203
yarn workspaces foreach -v -t --exclude root --exclude @appland/appmap --exclude @appland/components --exclude @appland/scanner run lint
211
204
yarn workspaces foreach -v -t --exclude root --exclude @appland/appmap --exclude @appland/components --exclude @appland/scanner run test
212
205
213
- appmap-analysis :
214
- if : always()
215
- needs : [test_cli]
216
- uses : getappmap/analyze-action/.github/workflows/appmap-analysis.yml@v1
217
- with :
218
- directory : ./packages/cli
219
- permissions :
220
- actions : read
221
- contents : read
222
- checks : write
223
- pull-requests : write
224
-
225
206
release :
226
207
if : github.ref == 'refs/heads/main'
227
208
needs :
You can’t perform that action at this time.
0 commit comments