Skip to content

Commit

Permalink
brypt updates to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Sep 6, 2022
1 parent aad7106 commit 5a0be04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: cbvalidation CI
name: bcrypt CI

# Only on Development we build snapshots
on:
Expand All @@ -8,7 +8,7 @@ on:
- master

env:
MODULE_ID: cbvalidation
MODULE_ID: bcrypt

jobs:
#############################################
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
tests:
uses: coldbox-modules/cbvalidation/.github/workflows/tests.yml@development
uses: coldbox-modules/bcrypt/.github/workflows/tests.yml@development

# Format PR
format:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
cfengine: [ "lucee@5", "adobe@2016", "adobe@2018", "adobe@2021" ]
cfengine: [ "lucee@5", "adobe@2018", "adobe@2021" ]
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 5a0be04

Please sign in to comment.