Skip to content

Commit

Permalink
run frameworks tests faster to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
leoortizz committed Apr 29, 2024
1 parent c922e0d commit e6a2557
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/node-test.yml
Expand Up @@ -118,7 +118,7 @@ jobs:
run: find . -type f -name "*debug.log" | xargs cat

integration-windows:
needs: unit
# needs: unit
if: contains(fromJSON('["push", "merge_group"]'), github.event_name)
runs-on: windows-latest

Expand All @@ -137,17 +137,17 @@ jobs:
node-version:
- "20"
script:
- npm run test:hosting
# - npm run test:hosting-rewrites # Long-running test that might conflict across test runs. Run this manually.
- npm run test:client-integration
- npm run test:emulator
# - npm run test:import-export # Fails becuase port 4000 is taken after first run - hub not shutting down?
# - npm run test:extensions-emulator # Fails due to cannot find module sharp (not waiting for npm install?)
- npm run test:functions-discover
# - npm run test:triggers-end-to-end
- npm run test:triggers-end-to-end:inspect
- npm run test:storage-deploy
# - npm run test:storage-emulator-integration
# - npm run test:hosting
# # - npm run test:hosting-rewrites # Long-running test that might conflict across test runs. Run this manually.
# - npm run test:client-integration
# - npm run test:emulator
# # - npm run test:import-export # Fails becuase port 4000 is taken after first run - hub not shutting down?
# # - npm run test:extensions-emulator # Fails due to cannot find module sharp (not waiting for npm install?)
# - npm run test:functions-discover
# # - npm run test:triggers-end-to-end
# - npm run test:triggers-end-to-end:inspect
# - npm run test:storage-deploy
# # - npm run test:storage-emulator-integration
- npm run test:frameworks
steps:
- name: Setup Java JDK
Expand Down

0 comments on commit e6a2557

Please sign in to comment.