Skip to content

Commit b1749de

Browse files
committed
feat: update to reusable workflow
1 parent 4249b40 commit b1749de

2 files changed

Lines changed: 15 additions & 120 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: triplestore_indexer
15+
install_chromedriver: true

.github/workflows/ci_testing.yml

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)