We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3bfb7 commit 13ffce6Copy full SHA for 13ffce6
.github/workflows/node-test.yml
@@ -122,6 +122,7 @@ jobs:
122
- npm run test:storage-emulator-integration
123
- npm run test:triggers-end-to-end
124
- npm run test:triggers-end-to-end:inspect
125
+ - npm run test:dataconnect-deploy
126
steps:
127
- uses: actions/checkout@v4
128
- uses: actions/setup-node@v3
@@ -177,6 +178,7 @@ jobs:
177
178
179
- npm run test:storage-deploy
180
# - npm run test:storage-emulator-integration
181
182
183
- name: Setup Java JDK
184
uses: actions/setup-java@v3.3.0
0 commit comments