Skip to content

Commit

Permalink
fix(ci): fix unit test script command
Browse files Browse the repository at this point in the history
  • Loading branch information
ReidWeb committed Jan 15, 2022
1 parent 286fdf9 commit 1c582e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cache: 'npm'

- run: npm install
- run: npm run test:unit:integration
- run: npm run test:ci:unit
name: 'Execute unit tests'
- run: npm run test:ci:integration
name: 'Execute integration tests'
Expand Down
2 changes: 1 addition & 1 deletion docs/api/classes/client_LodestoneClient.default.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Client for interfacing with the Final Fantasy XIV Lodestone.

#### Defined in

[client/LodestoneClient.ts:50](https://github.com/XIVStats/lodestone/blob/267d8b1/src/client/LodestoneClient.ts#L50)
[client/LodestoneClient.ts:50](https://github.com/XIVStats/lodestone/blob/286fdf9/src/client/LodestoneClient.ts#L50)
2 changes: 1 addition & 1 deletion docs/api/modules/locale.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Square Enix labelling - eu=en, na=enUs, de=de, fr=fr, jp=ja

#### Defined in

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

0 comments on commit 1c582e7

Please sign in to comment.