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 7507e46 commit 91ef313Copy full SHA for 91ef313
.github/workflows/tests.yml
@@ -45,12 +45,13 @@ jobs:
45
46
- name: Run Tests
47
run: |
48
- # Create the CommandBox modules folder, for some reason it is not created
49
- mkdir -p ~/.CommandBox/cfml/modules
50
- # Link up the module so we can do testing!
51
- box link --force
52
- # Test
53
- box task run taskfile=build/Build target="runTests"
+ # Create the CommandBox modules folder, for some reason it is not created
+ rm -Rf ~/.CommandBox/cfml/modules/coldbox-cli
+ mkdir -p ~/.CommandBox/cfml/modules
+ # Link up the module so we can do testing!
+ box link --force
+ # Test
54
+ box task run taskfile=build/Build target="runTests"
55
56
- name: Failure Logs
57
if: failure()
0 commit comments