mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-18 10:51:28 +00:00
v
This commit is contained in:
parent
52ecadb278
commit
ea65ecb118
7
.github/workflows/cache-verify.yml
vendored
7
.github/workflows/cache-verify.yml
vendored
@ -208,9 +208,14 @@ jobs:
|
||||
echo "Waiting... ($i/30)"
|
||||
sleep 2
|
||||
done
|
||||
# build backend
|
||||
# build backend & webapp
|
||||
- name: Build backend
|
||||
run: cd backend && yarn build
|
||||
- name: Build webapp
|
||||
run: |
|
||||
cd webapp
|
||||
yarn build
|
||||
cd ..
|
||||
|
||||
# Cypress tests
|
||||
- name: Full stack tests | run tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user