Skip to content

Commit

Permalink
Use /root as HOME for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-k committed Oct 3, 2024
1 parent 2a67b78 commit f031115
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ jobs:
run: |
set -eu
npm run test
env:
HOME: /root

cleanup:
if: ${{ always() }}
Expand Down

0 comments on commit f031115

Please sign in to comment.