Skip to content

Commit e1c52cb

Browse files
committed
feat: enable macOS
1 parent b4fd9a0 commit e1c52cb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run-all-unit-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run: npm ci
3434
- run: npx tsx scripts/cleanup-github-actions.ts
3535

36-
- name: Setup tmate session
37-
uses: mxschmitt/action-tmate@v3
36+
# - name: Setup tmate session
37+
# uses: mxschmitt/action-tmate@v3
3838

3939
- run: npm run test -- ./test --no-file-parallelism --silent=passed-only

scripts/cleanup-github-actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ if (Utils.isLinux()) {
2828
{ type: 'aws-cli' },
2929
]);
3030

31-
await testSpawn('brew uninstall chrome pipx $(brew list | grep -E \'^python(@|$)\') $(brew list | grep -E \'^ruby(@|$)\') aws-sam-cli azure-cli rustup git-lfs', { interactive: true });
31+
await testSpawn('brew uninstall google-chrome pipx $(brew list | grep -E \'^python(@|$)\') $(brew list | grep -E \'^ruby(@|$)\') aws-sam-cli azure-cli rustup git-lfs', { interactive: true });
3232

3333
}

0 commit comments

Comments
 (0)