Skip to content

Commit f3e3616

Browse files
committed
ci: improve e2e tests
1 parent 446e96e commit f3e3616

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/reusable-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,9 @@ jobs:
260260
# - name: Build package
261261
# run: npm run build
262262

263+
- name: Install jq
264+
run: apt-get install -y jq
265+
263266
- name: Check if artifact exists
264267
id: check_node_modules_artifact
265268
run: |

0 commit comments

Comments
 (0)