Skip to content

Rework the way to build more generic #5

Rework the way to build more generic

Rework the way to build more generic #5

Workflow file for this run

name: ci
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
push:
branches: [main]
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
# with:
# path: app
- name: 🧪 Buildpack CI
uses: buildpack-ci/run-tests@v1
env:
# APP_SUBDIR: app
STACK: heroku-${{ matrix.heroku_stack_version }}