Skip to content

feat: CI/CD workflows for the setup process (#153) #2

feat: CI/CD workflows for the setup process (#153)

feat: CI/CD workflows for the setup process (#153) #2

Workflow file for this run

name: "ACore CI/CD"
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
ci:
name: "CI - Multisite"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: "Run CI: test setup"
run: bash apps/ci/test-setup.sh