Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jul 3, 2024
1 parent 4219a5c commit be4ded7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches: [master, develop]
pull_request:

env:
OXC_LOG: 'debug'

jobs:
test:
strategy:
Expand All @@ -18,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4

- name: Setup node
uses: actions/setup-node@v4
Expand Down Expand Up @@ -54,7 +57,7 @@ jobs:
node-version: 20

- name: Cache NPM dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.pnpm-store
key: npm-cache-ubuntu-latest-node@20
Expand Down

0 comments on commit be4ded7

Please sign in to comment.