Skip to content

Commit

Permalink
skip: set GH actions ci env
Browse files Browse the repository at this point in the history
  • Loading branch information
netil committed Aug 29, 2024
1 parent 9c190d7 commit 39b308e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
run: npm run lint

- name: Run Test
env:
CI: true
run: npm run coverage

- name: Coveralls Parallel
Expand Down
2 changes: 1 addition & 1 deletion test/internals/padding-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ describe("PADDING", () => {
});

describe("non-rotated axis", () => {
console.log("-->", process.env.NODE_ENV)
console.log("-->", process.env.CI)

it("outer y axis with legend", () => {
deepEqual({top: 0, right: 2, bottom: 37, left: 40.59375});
Expand Down

0 comments on commit 39b308e

Please sign in to comment.