Skip to content

Commit 133068f

Browse files
committed
Fixed rascal test list
1 parent 8a2fcd8 commit 133068f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
--repoFolder "|cwd:///repos|" \
7575
--full false \
7676
--clean \
77-
--tests "'rascal' 'flybytes' 'salix-core' 'salix-contrib' 'drambiguity' 'rascal-lsp' 'rascal-git' 'php-analysis' 'typepal'"
77+
--tests 'rascal' 'flybytes' 'salix-core' 'salix-contrib' 'drambiguity' 'rascal-lsp' 'rascal-git' 'php-analysis' 'typepal'
7878
7979
full-compiler-tests:
8080
runs-on: buildjet-4vcpu-ubuntu-2204
@@ -102,4 +102,4 @@ jobs:
102102
--repoFolder "|cwd:///repos|" \
103103
--full false \
104104
--clean \
105-
--tests "'rascal-all' 'rascal-lsp-all'"
105+
--tests 'rascal-all' 'rascal-lsp-all'

0 commit comments

Comments
 (0)