Skip to content

Commit

Permalink
remove redunant env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila committed Jan 30, 2025
1 parent 0294aa5 commit c5da829
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jobs:
with:
node-version: lts/*
- name: Install
env:
CI: true
run: npm ci
- name: Create Changelog
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@ jobs:
npm ci
npm test
env:
CI: true
DISPLAY: ":99.0"

0 comments on commit c5da829

Please sign in to comment.