Skip to content

Commit d4e7fe9

Browse files
committed
test: remove workarround for cli tests
1 parent 7eaf9ef commit d4e7fe9

File tree

3 files changed

+6
-19
lines changed

3 files changed

+6
-19
lines changed

.github/workflows/botonic-cli-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Botonic cli tests
33
on:
44
push:
55
paths:
6-
- 'packages/botonic-cli/**'
7-
- '.github/workflows/botonic-cli-tests.yml'
6+
- "packages/botonic-cli/**"
7+
- ".github/workflows/botonic-cli-tests.yml"
88
workflow_dispatch:
99

1010
jobs:
@@ -15,6 +15,6 @@ jobs:
1515
PACKAGE_NAME: Botonic cli tests
1616
PACKAGE: botonic-cli
1717
# Temporal workaround until ts-jest is fixed
18-
UNIT_TEST_COMMAND: cp tsconfig.test.json tsconfig.json && npm run test_ci
19-
PUBLISH_TESTS_RESULTS: 'yes'
20-
NEEDS_CODECOV_UPLOAD: 'yes'
18+
UNIT_TEST_COMMAND: npm run test_ci
19+
PUBLISH_TESTS_RESULTS: "yes"
20+
NEEDS_CODECOV_UPLOAD: "yes"

packages/botonic-cli/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"composite": true
1414
},
1515
"include": ["./src/**/*", "./src/types/**/*", "./tests/**/*"],
16-
"exclude": ["templates", "dist", "lib", "tests"],
16+
"exclude": ["templates", "dist", "lib"],
1717
"ts-node": {
1818
"esm": true
1919
}

packages/botonic-cli/tsconfig.test.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)