Skip to content

[WIP] Decidim 0.28

[WIP] Decidim 0.28 #49

name: "[CI] Install Script"
on:
push:
branches:
- main
- master
pull_request:
jobs:
script:
name: Script
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
with:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version: '18'
- name: Preparation
run: whereis realpath; echo $PATH
- name: install
run: |
./script/install-decidim.sh -u [email protected] -p decidim123456 -f decidim-app
- name: curl check
run: curl -Is http://localhost/system/admins/sign_in | head -1