We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2fcd8 commit 133068fCopy full SHA for 133068f
.github/workflows/run-integration-test.yml
@@ -74,7 +74,7 @@ jobs:
74
--repoFolder "|cwd:///repos|" \
75
--full false \
76
--clean \
77
- --tests "'rascal' 'flybytes' 'salix-core' 'salix-contrib' 'drambiguity' 'rascal-lsp' 'rascal-git' 'php-analysis' 'typepal'"
+ --tests 'rascal' 'flybytes' 'salix-core' 'salix-contrib' 'drambiguity' 'rascal-lsp' 'rascal-git' 'php-analysis' 'typepal'
78
79
full-compiler-tests:
80
runs-on: buildjet-4vcpu-ubuntu-2204
@@ -102,4 +102,4 @@ jobs:
102
103
104
105
- --tests "'rascal-all' 'rascal-lsp-all'"
+ --tests 'rascal-all' 'rascal-lsp-all'
0 commit comments