Skip to content

Move groupfolder renaming to back-end #961

Move groupfolder renaming to back-end

Move groupfolder renaming to back-end #961

Workflow file for this run

name: Makefile CI
on:
push:
branches:
- release/*
pull_request:
branches: [ main, stable* ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup NPM and Node
uses: skjnldsv/[email protected]
id: versions
with:
fallbackNpm: '^7'
fallbackNode: '^14'
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- name: Install dependencies
run: make
- name: Creating artifact
run: make source
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: Workspace
path: ./build/artifacts/source/workspace.tar.gz