Move dev build into tests

This commit is contained in:
Matias Griese
2021-04-27 15:14:09 +03:00
parent d29b441a5e
commit 8b16ef662a
2 changed files with 4 additions and 3 deletions
+1 -3
View File
@@ -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
+3
View File
@@ -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