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
5f35b52a41
commit
134a3878fa
12
.github/workflows/cache-verify.yml
vendored
12
.github/workflows/cache-verify.yml
vendored
@ -197,14 +197,12 @@ jobs:
|
||||
echo "Waiting... ($i/30)"
|
||||
sleep 2
|
||||
done
|
||||
|
||||
# build backend
|
||||
- name: Build backend
|
||||
run: cd backend && yarn build
|
||||
|
||||
# build webapp
|
||||
- name: Build webapp
|
||||
run: cd webapp && yarn build
|
||||
# build backend and webapp
|
||||
# - name: Build backend and webapp
|
||||
# run: |
|
||||
# cd backend && yarn build && cd ..
|
||||
# cd webapp && yarn build && cd ..
|
||||
|
||||
# Cypress tests
|
||||
- name: Full stack tests | run tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user