Skip to content

Commit 6b97011

Browse files
authored
Merge pull request #27 from digitalutsc/feat/add-ci
feat/add-ci
2 parents 883c99f + 0b86f60 commit 6b97011

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches: [ 2.x ]
6+
pull_request:
7+
branches: [ 2.x ]
8+
workflow_dispatch:
9+
10+
jobs:
11+
islandora-module-ci:
12+
uses: digitalutsc/reusable_workflows/.github/workflows/islandora-module-ci.yml@main
13+
with:
14+
module_name: islandora_group
15+
install_chromedriver: true

0 commit comments

Comments
 (0)