Skip to content

Commit

Permalink
Update Config YAML to Delete .import files
Browse files Browse the repository at this point in the history
CircleCI has a hard time using the .import files that already exist
so we're going to delete what is there and let it import them itself.
  • Loading branch information
CodeDarigan committed May 14, 2020
1 parent bdfd9e2 commit b2fe586
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:

steps:
- checkout
- run:
name: "Delete .import files"
command: rm addons/WAT/assets/*.import
- run:
name: "Run Unit Tests"
command: godot addons/WAT/cli.tscn -run_dir=res://tests/unit
Expand Down

0 comments on commit b2fe586

Please sign in to comment.