mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
10 lines
171 B
YAML
10 lines
171 B
YAML
name: "Before e2e"
|
|
description: "Before e2e"
|
|
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- name: Check content UP
|
|
shell: bash
|
|
run: npm run ci:check-env || exit 1
|