Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix storage integration tests #5287

Merged
merged 21 commits into from Dec 5, 2022
3 changes: 1 addition & 2 deletions .github/workflows/node-test.yml
Expand Up @@ -89,8 +89,7 @@ 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
# Temporarily disable broken storage emulator integration test.
# - npm run test:storage-emulator-integration
- npm run test:storage-emulator-integration
- npm run test:triggers-end-to-end
- npm run test:triggers-end-to-end:inspect
steps:
Expand Down