Skip to content

Commit af280dc

Browse files
authored
tests(parameters): update package to run as part of e2e tests (#1318)
* tests: update package.json to run e2e tests * chore: add package to test matrix
1 parent bc9b1d4 commit af280dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/run-e2e-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020
strategy:
2121
matrix:
22-
package: [logger, metrics, tracer]
22+
package: [logger, metrics, tracer, parameters]
2323
version: [14, 16, 18]
2424
fail-fast: false
2525
steps:

Diff for: packages/parameters/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test:e2e:nodejs14x": "RUNTIME=nodejs14x jest --group=e2e",
1717
"test:e2e:nodejs16x": "RUNTIME=nodejs16x jest --group=e2e",
1818
"test:e2e:nodejs18x": "RUNTIME=nodejs18x jest --group=e2e",
19-
"test:e2e": "echo \"Not implemented\"",
19+
"test:e2e": "jest --group=e2e",
2020
"watch": "jest --watch",
2121
"build": "tsc",
2222
"lint": "eslint --ext .ts --no-error-on-unmatched-pattern src tests",

0 commit comments

Comments
 (0)