We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f37f4 commit 494d7fcCopy full SHA for 494d7fc
.github/workflows/bun-e2e-test.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v3
12
- uses: oven-sh/setup-bun@v2
13
- name: Set runtime
14
- run: echo "RUNTIME=bun"
+ run: RUNTIME=bun
15
- name: Install modules
16
run: bun install --frozen-lockfile
17
- name: Build
.github/workflows/nodejs-automated.yml
@@ -24,7 +24,7 @@ jobs:
24
node-version: 22
25
cache: 'npm'
26
27
- run: echo "RUNTIME=node"
+ run: RUNTIME=node
28
- run: npm ci
29
- run: npm run build
30
- run: npm test
.github/workflows/nodejs-e2e-test.yml
@@ -18,7 +18,7 @@ jobs:
18
node-version: ${{ matrix.node-version }}
19
20
21
22
23
run: npm ci
0 commit comments