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 498dcc1 commit 6b042fbCopy full SHA for 6b042fb
.github/workflows/main.yml
@@ -2085,9 +2085,11 @@ jobs:
2085
- name: web.beans
2086
run: ant $OPTS -f enterprise/web.beans test
2087
2088
-# Fails + Slow
2089
-# - name: web.core.syntax
2090
-# run: ant $OPTS -f enterprise/web.core.syntax test
+ - name: web.core
+ run: ant $OPTS -f enterprise/web.core test-unit
+
2091
+ - name: web.core.syntax
2092
+ run: ant $OPTS -f enterprise/web.core.syntax test-unit
2093
2094
# Fails + Slow
2095
# - name: web.debug
0 commit comments