Skip to content

Commit

Permalink
update gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lazToum committed Jan 5, 2025
1 parent 156fbfc commit 03fab94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,16 @@ jobs:
sudo apt update && sudo apt install -y xvfb libasound2t64 libgbm1 libgtk-3-0t64 libnss3 lcov > /dev/null 2>&1 || true
xvfb-run -a bun run test
- name: Run tests in packages/vscode on windows-latest
- name: Run tests in python_and_ts on windows-latest
if: matrix.os == 'windows-latest'
run: |
cd packages/vscode
cd both
bun install
bun run test
- name: Run tests in packages/vscode on macos-latest
- name: Run tests in python_and_ts on macos-latest
if: matrix.os == 'macos-latest'
run: |
cd packages/vscode
cd both
bun install
bun run test

0 comments on commit 03fab94

Please sign in to comment.