Skip to content

Commit

Permalink
fix PropertiesProviderTest: test relies on js script engine
Browse files Browse the repository at this point in the history
  • Loading branch information
mbien committed Jan 30, 2024
1 parent 6bdb243 commit 360f7da
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1232,9 +1232,6 @@ jobs:
- name: platform/spi.quicksearch
run: ant $OPTS -f platform/spi.quicksearch test

- name: platform/templates
run: ant $OPTS -f platform/templates test

- name: platform/templatesui
run: ant $OPTS -f platform/templatesui test

Expand All @@ -1244,6 +1241,16 @@ jobs:
- name: platform/o.n.bootstrap
run: ant $OPTS -f platform/o.n.bootstrap test

- name: Set up JDK 11 for platform/templates
uses: actions/setup-java@v4
with:
java-version: 11
distribution: ${{ env.default_java_distribution }}

# tests rely on javax.script.ScriptEngine / js
- name: platform/templates
run: ant $OPTS -f platform/templates test

- name: Create Test Summary
uses: test-summary/action@v2
if: failure()
Expand Down

0 comments on commit 360f7da

Please sign in to comment.