mirror of
https://github.com/gantry/gantry5.git
synced 2026-09-03 20:52:53 -05:00
Move dev build into tests
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
name: Release Builds
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore: [ master, main ]
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
@@ -33,7 +31,7 @@ jobs:
|
||||
run: bin/composer-install
|
||||
|
||||
- name: Build Gantry packages (using CHANGELOG.md to get the version)
|
||||
run: bin/build dev
|
||||
run: bin/build
|
||||
|
||||
# TODO: Release should also trigger a build, but with PROD
|
||||
# TODO: Release should also trigger updating of master with prod-versions update
|
||||
|
||||
@@ -44,6 +44,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: bin/composer-install
|
||||
|
||||
- name: Build Gantry packages
|
||||
run: bin/build dev
|
||||
|
||||
# - name: Run test suite
|
||||
# run: vendor/bin/codecept run
|
||||
|
||||
|
||||
Reference in New Issue
Block a user