Skip to content

CMS-1344: try taking out the require for acquia/blt-behat. #20

CMS-1344: try taking out the require for acquia/blt-behat.

CMS-1344: try taking out the require for acquia/blt-behat. #20

Workflow file for this run

on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
defaults:
run:
shell: bash
jobs:
full:
runs-on: ubuntu-latest
container:
image: devwithlando/php:8.0-apache-3
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Install dependencies
run: |
composer validate
composer self-update
composer install
- name: Run tests
run: |
composer require acquia/blt ^13
composer test