Skip to content

Commit

Permalink
ci(workflows/test): cache dependencies (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila authored Feb 8, 2025
1 parent 4c8b3a0 commit a2eaf00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
# Therefore, it doesn't have to match the Node version supported by
# VSCode.
node-version: lts/*
cache: npm
- name: Start xvfb
run: |
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
Expand Down

0 comments on commit a2eaf00

Please sign in to comment.