Skip to content

Commit

Permalink
trying 6.0 issue workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Feb 16, 2024
1 parent 0712141 commit fe8484e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
- name: Run Tests
run: |
# Create the CommandBox modules folder, for some reason it is not created
mkdir -p ~/.CommandBox/cfml/modules
mkdir -p ~/.CommandBox/cfml/modules/contentbox-cli
# Link up the module so we can do testing!
box link --force
box link
# Test
box task run taskfile=build/Build target="runTests"
Expand Down

0 comments on commit fe8484e

Please sign in to comment.