https://github.com/juampynr/drupal8-github-actions
Sample Drupal 8 project integrated with GitHub Actions
https://github.com/juampynr/drupal8-github-actions
continuous-integration drupal php
Last synced: about 1 month ago
JSON representation
Sample Drupal 8 project integrated with GitHub Actions
- Host: GitHub
- URL: https://github.com/juampynr/drupal8-github-actions
- Owner: juampynr
- License: gpl-2.0
- Created: 2019-11-03T10:01:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T10:24:32.000Z (about 5 years ago)
- Last Synced: 2025-03-18T16:15:49.958Z (about 2 months ago)
- Topics: continuous-integration, drupal, php
- Language: PHP
- Size: 274 KB
- Stars: 14
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Drupal 8 and GitHub Actions

This project defines a GitHub Actions workflow to run a set of Continuous
Integration jobs when code is pushed to https://github.com/juampynr/drupal8-github-actions.The database is hosted at https://quay.io/repository/juampynr/drupal8-github-actions?tab=tags.
Details on how to use and build this image are at [scripts/database/README.md](scripts/database/README.md).There is an one-line installer at https://github.com/Lullabot/drupal8ci#github-actions that
places all the required files to run this workflow in your Drupal 8 project.