Skip to content

Commit

Permalink
fix release test
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Jun 3, 2024
1 parent a1761bd commit d2a2b76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 35 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
matrix:
os: [macos-11, macos-latest, windows-2019]
runs-on: ${{ matrix.os }}
name: ${{ matrox.os }}
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -41,6 +42,7 @@ jobs:
strategy:
matrix:
linux_arch: [s390x, arm64, amd64]
name: ${{ matrox.linux_arch }}
steps:
- uses: actions/checkout@v4

Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/test.yml

This file was deleted.

4 changes: 3 additions & 1 deletion test/release.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ describe(`Release ${packFile}`, function () {
});

afterEach(() => {
fs.unlinkSync(packFile);
if (process.arch === 'x64') {
fs.unlinkSync(packFile);
}
});

for (const requiredFile of REQUIRED_FILES) {
Expand Down

0 comments on commit d2a2b76

Please sign in to comment.