8000 Drop pathtype, part one by robrix · Pull Request #687 · github/semantic · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Drop pathtype, part one #687

Merged
merged 7 commits into from
Jul 18, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Build semantic-source in its own dir.
  • Loading branch information
robrix committed Jul 14, 2022
commit 9f0b8375391a3d07330666db57739527e080430b
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
cabal v2-run --project-file=cabal.project.ci semantic-tags:test
cabal v2-run --project-file=cabal.project.ci semantic-tsx:test
cabal v2-run --project-file=cabal.project.ci semantic-typescript:test
cabal v2-run --project-file=cabal.project.ci semantic-source:test
cd semantic-source && cabal v2-run --project-file=cabal.project.ci semantic-source:test
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're excluding this from the top-level project now, so we cd in first.


- name: Write out cache
run: ./cabal-cache sync-to-archive --threads=2 --archive-uri=dist-cache
0