Skip to content

Commit

Permalink
chore(build): remove windows temp-dir fix (#2803)
Browse files Browse the repository at this point in the history
* chore(build): remove windows temp-dir fix

* Fix build script
  • Loading branch information
hugo-vrijswijk authored Oct 23, 2023
1 parent 5efaa63 commit 5a4910f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ jobs:
os: [ubuntu-latest, windows-latest]

steps:
# https://github.com/ryanclark/karma-webpack/issues/494
- name: Windows temp dir fix
run: |
echo TEMP="D:\Temp" >> $env:GITHUB_ENV
echo TMP="D:\Temp" >> $env:GITHUB_ENV
if: matrix.os == 'windows-latest'
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npx nx run-many --target=build
- run: npx nx run mutation-testing-elements:test:integration:update
- name: Commit
run: |
Expand Down

0 comments on commit 5a4910f

Please sign in to comment.