Skip to content

Commit

Permalink
fix:Corrected GitHub workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
antononcube committed Sep 13, 2023
1 parent 64c780b commit 07ee52c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
zef install --/test --deps-only .
zef install --/test App::Prove6
- name: Run Tests
run: %*ENV<DISPLAY>="Xvfb"; prove6 -l t
run: prove6 -l t
8 changes: 5 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
zef install --/test App::Prove6
- name: Run Tests
run: |
raku -I. t/01-copy-to-clipboard.t
raku -I. t/02-from-clipboard.t
raku -I. t/03-synonyms.t
raku -I. t/01-LLM-configurations.rakutest
raku -I. t/02-LLM-evaluators.rakutest
raku -I. t/003-cloning.rakutest
raku -I. t/04-LLM-chats.rakutest
raku -I. t/05-LLM-prompt-synthesizing.rakutest
run: prove6 -l t

0 comments on commit 07ee52c

Please sign in to comment.