Skip to content

Commit

Permalink
update env
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Aug 19, 2024
1 parent dab5308 commit 27e06b5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ permissions:
concurrency:
group: "test"

env:
FORCE_COLOR: true

jobs:

test-node-20-10:
Expand All @@ -35,8 +38,6 @@ jobs:
- run: npm install
- run: npm run test
- run: npm run test:issue
env:
FORCE_COLOR: true

test-node-20-16:
runs-on: ubuntu-latest
Expand All @@ -51,6 +52,4 @@ jobs:
cache: ''
- run: npm install
- run: npm run test
- run: npm run test:issue
env:
FORCE_COLOR: true
- run: npm run test:issue

0 comments on commit 27e06b5

Please sign in to comment.