Skip to content

Commit

Permalink
Try remove job.env
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Dec 13, 2021
1 parent 225e835 commit 219a170
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

env:
PRIMARY_NODEJS_VERSION: 16
REPORTER: "min"

jobs:
lint:
Expand Down Expand Up @@ -57,11 +58,7 @@ jobs:
cache: "npm"
- run: npm ci
- run: npm run test
env:
REPORTER: "min"
- run: npm run esm-to-cjs-and-test
env:
REPORTER: "min"

- run: npm run coverage
if: ${{ matrix.node_version == env.PRIMARY_NODEJS_VERSION }}
Expand Down

0 comments on commit 219a170

Please sign in to comment.