Skip to content

Commit

Permalink
chore: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Oct 24, 2024
1 parent 26415bd commit 05567fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,16 @@ jobs:
- uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2.0.1
with:
bun-version: latest
- name: re-alias node to bun
run: |
shopt -s expand_aliases
alias node=bun
# - name: re-alias node to bun
# run: |
# shopt -s expand_aliases
# alias node=bun
- name: Install dependencies
run: bun install && bun pm trust protobufjs node-datachannel && bun install
- name: Install Playwright
run: bun add --global playwright && playwright install --with-deps
- name: Run tests
run: bun run test
run: NODE_EXEC=bun bun run test
env:
CI: true
NODE_EXEC: bun
Expand Down

0 comments on commit 05567fb

Please sign in to comment.