We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8476def commit c6057cdCopy full SHA for c6057cd
.github/workflows/tests.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Run Tests
47
run: |
48
# Create the CommandBox modules folder, for some reason it is not created
49
- rm -Rf ~/.CommandBox/cfml/modules/coldbox-cli
+ rm -Rf ~/.CommandBox/cfml/modules/testbox-cli
50
mkdir -p ~/.CommandBox/cfml/modules
51
# Link up the module so we can do testing!
52
box link --force
0 commit comments