Skip to content

Commit 1c582e7

Browse files
committed
fix(ci): fix unit test script command
1 parent 286fdf9 commit 1c582e7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cache: 'npm'
3232

3333
- run: npm install
34-
- run: npm run test:unit:integration
34+
- run: npm run test:ci:unit
3535
name: 'Execute unit tests'
3636
- run: npm run test:ci:integration
3737
name: 'Execute integration tests'

docs/api/classes/client_LodestoneClient.default.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Client for interfacing with the Final Fantasy XIV Lodestone.
2828

2929
#### Defined in
3030

31-
[client/LodestoneClient.ts:50](https://github.com/XIVStats/lodestone/blob/267d8b1/src/client/LodestoneClient.ts#L50)
31+
[client/LodestoneClient.ts:50](https://github.com/XIVStats/lodestone/blob/286fdf9/src/client/LodestoneClient.ts#L50)

docs/api/modules/locale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Square Enix labelling - eu=en, na=enUs, de=de, fr=fr, jp=ja
2828

2929
#### Defined in
3030

31-
[locale/type/OptionalPerLanguageMapping.ts:37](https://github.com/XIVStats/lodestone/blob/267d8b1/src/locale/type/OptionalPerLanguageMapping.ts#L37)
31+
[locale/type/OptionalPerLanguageMapping.ts:37](https://github.com/XIVStats/lodestone/blob/286fdf9/src/locale/type/OptionalPerLanguageMapping.ts#L37)

0 commit comments

Comments
 (0)