Skip to content

ci: speed up demo lint CI (npm + .angular cache)#108

Merged
rdlabo merged 2 commits into
mainfrom
chore/ci-cache-speedup
Jun 19, 2026
Merged

ci: speed up demo lint CI (npm + .angular cache)#108
rdlabo merged 2 commits into
mainfrom
chore/ci-cache-speedup

Conversation

@rdlabo

@rdlabo rdlabo commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Summary

Align the Angular lint CI to the winecode standard for faster builds.

Changes

  • Add setup-node npm cache (cache: npm + cache-dependency-path)
  • Cache the .angular/cache (Angular build cache) via actions/cache
  • Remove the redundant ~/.npm / node_modules actions/cache steps
  • Unify node-version to 24 (and bump actions to v5 where outdated)

Effect

Subsequent runs restore the npm and Angular build caches, shortening lint/build/test.

@netlify

netlify Bot commented Jun 19, 2026

Copy link
Copy Markdown

Deploy Preview for ionic-theme-ios26 ready!

Name Link
🔨 Latest commit fa40aec
🔍 Latest deploy log https://app.netlify.com/projects/ionic-theme-ios26/deploys/6a348fffab25aa0009d7321c
😎 Deploy Preview https://deploy-preview-108--ionic-theme-ios26.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

Open in Devin Review

Comment on lines +8 to +10
concurrency:
group: lint-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚩 cancel-in-progress is effectively a no-op for this workflow's PR trigger

The cancel-in-progress is set to true only when github.event_name == 'pull_request', but the pull_request trigger is limited to types: [opened] (line 7). This means a PR can only trigger one workflow run via the pull_request event (on open), so there's essentially nothing to cancel. Subsequent pushes to the PR branch trigger via the push event, where cancel-in-progress is false — so concurrent push-triggered runs on the same branch will queue rather than cancel each other. If the intent is to cancel redundant runs on rapid pushes to a PR branch, either cancel-in-progress should be unconditionally true, or the pull_request trigger should include synchronize.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@github-actions

github-actions Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Playwright test results

passed  86 passed

Details

stats  86 tests across 1 suite
duration  1 minute, 51 seconds
commit  fa40aec
info  Please check the workflow run for details. And if you want to update the screenshots, please comment with /update-screenshots.

@github-actions

Copy link
Copy Markdown
Contributor

📊 Playwright Test Report

View the detailed test report: https://rdlabo-team.github.io/ionic-theme-ios26/pr-108/

github-actions Bot added a commit that referenced this pull request Jun 19, 2026
@rdlabo rdlabo force-pushed the chore/ci-cache-speedup branch from c0c8e0c to b471202 Compare June 19, 2026 00:19
@github-actions

Copy link
Copy Markdown
Contributor

📊 Playwright Test Report

View the detailed test report: https://rdlabo-team.github.io/ionic-theme-ios26/pr-108/

github-actions Bot added a commit that referenced this pull request Jun 19, 2026
@github-actions

Copy link
Copy Markdown
Contributor

📊 Playwright Test Report

View the detailed test report: https://rdlabo-team.github.io/ionic-theme-ios26/pr-108/

github-actions Bot added a commit that referenced this pull request Jun 19, 2026
@rdlabo rdlabo merged commit a9deb20 into main Jun 19, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant