mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
MNT Add workflow
This commit is contained in:
parent
363a115300
commit
5149c08d38
11
.github/workflows/main.yml
vendored
Normal file
11
.github/workflows/main.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
name: Module CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
ci:
|
||||||
|
uses: silverstripe/github-actions-ci-cd/.github/workflows/ci.yml@0.1.11
|
||||||
|
with:
|
||||||
|
run_endtoend: true
|
Loading…
Reference in New Issue
Block a user