File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 44
44
node-version : 12.x
45
45
46
46
- name : Setup CommandBox
47
- uses : Ortus-Solutions/setup-commandbox@main
47
+ uses : Ortus-Solutions/setup-commandbox@v2.0.1
48
48
with :
49
49
forgeboxAPIKey : ${{ secrets.FORGEBOX_TOKEN }}
50
- version : 5.4.2
51
50
52
51
- name : Setup Environment Variables For Build Process
53
52
id : current_version
Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
tests :
15
- uses : coldbox-modules/cbdebugger/ .github/workflows/tests.yml@development
15
+ uses : ./ .github/workflows/tests.yml
16
16
17
17
# Format PR
18
18
format :
Original file line number Diff line number Diff line change 50
50
printf "DB_BUNDLENAME=com.mysql.cj\n" >> .env
51
51
52
52
- name : Setup CommandBox CLI
53
- uses : Ortus-Solutions/setup-commandbox@main
54
- with :
55
- version : 5.4.2
53
+ uses :
Ortus-Solutions/[email protected]
56
54
57
55
- name : Install Dependencies
58
56
run : |
You can’t perform that action at this time.
0 commit comments