We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00fdeb commit fa52e38Copy full SHA for fa52e38
.github/workflows/test-web-console-unit.yml
@@ -11,19 +11,15 @@ jobs:
11
12
container:
13
image: mcr.microsoft.com/playwright:v1.58.2-noble
14
- options: --user root
15
16
steps:
17
- name: Checkout repository
18
uses: actions/checkout@v4
19
20
- - name: Install unzip
21
- run: apt-get update && apt-get install -y unzip
22
-
23
- name: Setup Bun
24
- uses: oven-sh/setup-bun@v2
25
- with:
26
- bun-version: 1.3.10
+ run: |
+ npm install -g --prefix /tmp/bun bun@1.3.10
+ echo "/tmp/bun/bin" >> $GITHUB_PATH
27
28
- name: Install dependencies
29
run: bun install --frozen-lockfile
0 commit comments