Skip to content

Commit

Permalink
fix BindingsNGTest: 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 360f7da commit 9537dd4
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 @@ -1747,9 +1747,6 @@ jobs:
- name: Extract
run: tar --zstd -xf build.tar.zst

- name: webcommon/api.knockout
run: ant $OPTS -f webcommon/api.knockout test

# - name: webcommon/cordova
# run: ant $OPTS -f webcommon/cordova test

Expand Down Expand Up @@ -1847,6 +1844,16 @@ jobs:
- name: webcommon/web.inspect
run: ant $OPTS -f webcommon/web.inspect test

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

# TODO: requires js script engine
- name: webcommon/api.knockout
run: ant $OPTS -f webcommon/api.knockout test

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

0 comments on commit 9537dd4

Please sign in to comment.