Skip to content

Commit 69787c5

Browse files
committed
Add runtime
1 parent 66d9ccc commit 69787c5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test-changed-misc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: pull_request
44

55
jobs:
66
test:
7-
name: Test Misc Packages If Changed
7+
name: Test Rules Unit Testing package
88
runs-on: ubuntu-latest
99

1010
steps:

packages/rules-unit-testing/firebase.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"functions": {
3-
"source": "./functions"
3+
"source": "./functions",
4+
"runtime": "nodejs16"
45
},
56
"storage": {
67
"rules": "test/storage.rules"

0 commit comments

Comments
 (0)