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 1f0e619 commit e2437c4Copy full SHA for e2437c4
.github/workflows/code-health-fork.yml
@@ -35,12 +35,6 @@ jobs:
35
run: npm ci
36
- name: Run tests
37
run: npm test
38
- - name: Upload test results
39
- if: always() && matrix.os == 'ubuntu-latest'
40
- uses: actions/upload-artifact@v4
41
- with:
42
- name: test-results
43
- path: coverage/lcov.info
44
run-atlas-local-tests:
45
name: Run Atlas Local tests
46
if: github.event.pull_request.user.login == 'dependabot[bot]'
@@ -55,10 +49,4 @@ jobs:
55
49
- name: Install dependencies
56
50
57
51
58
- run: npm test -- tests/integration/tools/atlas-local/
59
60
61
- if: always()
62
63
- name: atlas-local-test-results
64
52
+ run: npm test -- tests/integration/tools/atlas-local/
0 commit comments