Skip to content

Commit

Permalink
Set timeout and permissions for testing CI (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Feb 13, 2024
1 parent 2b59af3 commit 55e6f2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- stylelint: 14
node-version: 14 # For some reason jest-runner-vscode doesn't work well with Node v18 and Windows.
os: windows-latest
timeout-minutes: 30
permissions:
contents: read
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 55e6f2b

Please sign in to comment.