Skip to content

Commit

Permalink
MNT Use GitHub Actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jul 4, 2022
1 parent b342a98 commit a44cde7
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: CI

on:
push:
pull_request:
workflow_dispatch:
# Every day at 3:00pm UTC
schedule:
- cron: '0 15 * * *'

jobs:
ci:
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
15 changes: 15 additions & 0 deletions .github/workflows/keepalive.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Keepalive

on:
workflow_dispatch:
# The 1st of every month at 3:50pm UTC
schedule:
- cron: '50 15 1 * *'

jobs:
keepalive:
name: Keepalive
runs-on: ubuntu-latest
steps:
- name: Keepalive
uses: silverstripe/gha-keepalive@v1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Silverstripe CMS kitchen sink recipe

[![Build Status](https://app.travis-ci.com/silverstripe/recipe-kitchen-sink.svg?branch=4)](https://travis-ci.com/silverstripe/recipe-kitchen-sink)
[![CI](https://github.com/silverstripe/silverstripe-versioned/actions/workflows/ci.yml/badge.svg)](https://github.com/silverstripe/silverstripe-versioned/actions/workflows/ci.yml)

The kitchen sink is an internal recipe used for testing the full Silverstripe CMS feature sets,
including optional and suggested modules.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"tractorcow/silverstripe-fluent": "4.6.x-dev"
},
"require-dev": {
"silverstripe/frameworktest": "4.x-dev",
"silverstripe/frameworktest": "^0.4.5",
"silverstripe/graphql-devtools": "1.x-dev",
"silverstripe/recipe-testing": "^2",
"mikey179/vfsstream": "^1.6"
Expand Down

0 comments on commit a44cde7

Please sign in to comment.