Fix CI syntax tests #34
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
repos/svelte-sublime!34
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/ci"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This commit explicitly specifies package name to checkout Svelte package as to ensure package is loaded in syntax test environment with correct name.
Hopefully fixing failing CI tests on master.
@deathaxe Thank you! Was not looking forward to tracking down why the tests were all failing. 😅
@deathaxe Well unfortunately that didn't fix the issue even after I removed the dupe
pathkey. I won't have time to dig into it this weekend, but given that the highlighting is working at the moment I'll just need to come back to it later.Of course feel free to submit another PR if you find the issue though. It is greatly appreciated.