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 ca7e7e7 commit 9f0b837Copy full SHA for 9f0b837
.github/workflows/haskell.yml
@@ -66,7 +66,7 @@ jobs:
66
cabal v2-run --project-file=cabal.project.ci semantic-tags:test
67
cabal v2-run --project-file=cabal.project.ci semantic-tsx:test
68
cabal v2-run --project-file=cabal.project.ci semantic-typescript:test
69
- 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
70
71
- name: Write out cache
72
run: ./cabal-cache sync-to-archive --threads=2 --archive-uri=dist-cache
0 commit comments