mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-18 10:51:28 +00:00
e2e
This commit is contained in:
parent
9740ec3622
commit
edca6a14b7
11
.github/workflows/cache-verify.yml
vendored
11
.github/workflows/cache-verify.yml
vendored
@ -83,15 +83,12 @@ jobs:
|
||||
key: ${{ steps.cache-key.outputs.key }}
|
||||
restore-keys: |
|
||||
ci-unified-cache-${{ runner.os }}-
|
||||
|
||||
# install dependencies
|
||||
- name: Install and verify all dependencies
|
||||
- name: Install all dependencies
|
||||
run: |
|
||||
yarn install --frozen-lockfile
|
||||
cd backend && yarn install --frozen-lockfile && cd ..
|
||||
cd webapp && yarn install --frozen-lockfile && cd ..
|
||||
yarn install
|
||||
cd backend && yarn install && cd ..
|
||||
cd webapp && yarn install && cd ..
|
||||
npx cypress verify || echo "Cypress verify failed (likely not yet installed)"
|
||||
|
||||
- name: Install cucumber-json-formatter if missing
|
||||
run: |
|
||||
if [ ! -f /opt/cucumber-json-formatter ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user