Skip to content

Commit 8e00301

Browse files
Merge pull request #4090 from OpenLiberty/staging
Update prod
2 parents c813ac1 + 5ce8bb7 commit 8e00301

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/general-ally-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616

17+
- name: Install dependencies
18+
run: |
19+
cd /__w/openliberty.io/openliberty.io/src/test/cypressjs
20+
npm install
21+
1722
- name: Cleanup previous results
1823
run: rm -rf /__w/openliberty.io/openliberty.io/src/test/cypressjs/results/*
1924

0 commit comments

Comments
 (0)