mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-18 19:01:29 +00:00
v
This commit is contained in:
parent
b33a56a777
commit
e1ea4a55d9
6
.github/workflows/cache-verify.yml
vendored
6
.github/workflows/cache-verify.yml
vendored
@ -70,6 +70,12 @@ jobs:
|
||||
echo "$i..." && sleep 2
|
||||
done
|
||||
echo "❌ Webapp did not respond in time" && exit 1
|
||||
|
||||
- name: Install Cypress
|
||||
run: yarn install
|
||||
|
||||
- name: Run Cypress tests
|
||||
run: yarn run cypress:run
|
||||
|
||||
verify-summary:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user