Skip to content

Commit

Permalink
chore: temporary disable longest jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
tenequm committed Jan 21, 2025
1 parent f6bbf1a commit ecd70ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable-gasp-node-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ jobs:
echo "Upload completed in $SECONDS seconds"
unit-test:
if: false
name: '[gasp-node] Unit tests'
runs-on: [compile-gke]
container:
Expand Down Expand Up @@ -631,6 +632,7 @@ jobs:
run: chown -R 1100:1100 $GITHUB_WORKSPACE

coverage-report:
if: false
name: '[gasp-node] Coverage report'
runs-on: [compile-gke]
container:
Expand Down

0 comments on commit ecd70ba

Please sign in to comment.