Skip to content

Commit 7cb038f

Browse files
committed
fix(ci): disable jest report step for dependavot
1 parent 21e3be7 commit 7cb038f

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ name: Build, Test & Lint
55
# Controls when the workflow will run
66
on:
77
push:
8+
branches:
9+
- main
10+
- develop
811
pull_request:
912

1013
# Allows you to run this workflow manually from the Actions tab
@@ -35,7 +38,7 @@ jobs:
3538

3639
- name: Test Report
3740
uses: dorny/test-reporter@v1
38-
if: success() || failure() # run this step even if previous step failed
41+
if: github.actor != 'dependabot-bot' && (success() || failure()) # run this step even if previous step failed
3942
with:
4043
name: JEST Tests # Name of the check run which will be created
4144
path: reports/jest-*.xml # Path to test results

docs/api/classes/client_LodestoneClient.default.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Client for interfacing with the Final Fantasy XIV Lodestone
2929

3030
#### Defined in
3131

32-
[LodestoneClient.ts:53](https://github.com/XIVStats/lodestone/blob/66019f1/src/client/LodestoneClient.ts#L53)
32+
[LodestoneClient.ts:53](https://github.com/XIVStats/lodestone/blob/21e3be7/src/client/LodestoneClient.ts#L53)
3333

3434
## Properties
3535

@@ -43,4 +43,4 @@ An instance will be generated by default, but as a consumer you can provide your
4343

4444
#### Defined in
4545

46-
[LodestoneClient.ts:49](https://github.com/XIVStats/lodestone/blob/66019f1/src/client/LodestoneClient.ts#L49)
46+
[LodestoneClient.ts:49](https://github.com/XIVStats/lodestone/blob/21e3be7/src/client/LodestoneClient.ts#L49)

0 commit comments

Comments
 (0)