Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,14 +209,14 @@ jobs:
# - npm run test:hosting-rewrites # Long-running test that might conflict across test runs. Run this manually.
- npm run test:import-export
- npm run test:storage-deploy
- 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
- npm run test:dataconnect-emulator
- npm run test:functions-discover
include:
- node-version: "24"
script: "npm run test:functions-discover"
- node-version: "22"
script: "npm run test:storage-emulator-integration"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand Down
Loading