Skip to content

Commit

Permalink
Add dataconnect e2e test to CI (#7242)
Browse files Browse the repository at this point in the history
  • Loading branch information
joehan authored Jun 7, 2024
1 parent fe3bfb7 commit 13ffce6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:
- npm run test:storage-emulator-integration
- npm run test:triggers-end-to-end
- npm run test:triggers-end-to-end:inspect
- npm run test:dataconnect-deploy
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -177,6 +178,7 @@ jobs:
- npm run test:triggers-end-to-end:inspect
- npm run test:storage-deploy
# - npm run test:storage-emulator-integration
- npm run test:dataconnect-deploy
steps:
- name: Setup Java JDK
uses: actions/setup-java@v3.3.0
Expand Down

0 comments on commit 13ffce6

Please sign in to comment.