Skip to content

Rework the way to build more generic #14

Rework the way to build more generic

Rework the way to build more generic #14

Workflow file for this run

name: ci
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
push:
branches: [master]
paths-ignore: ["**.md"]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.pull_request.head.ref || github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
heroku_stack_version: [24]
steps:
- name: 🏠 Checkout source code from repository
uses: actions/checkout@v4
- name: 🧪 Build and run unit tests with Buildpack CI
uses: buildpack-ci/run-tests@v1
env:
STACK: heroku-${{ matrix.heroku_stack_version }}
BUILDPACK_URL: https://github.com/buildpack-ci/heroku-buildpack-multi.git
# BUILDPACK_URL: https://github.com/yespark/heroku-imagemagick-buildpack.git#rework
# APP_SUBDIR: app