Skip to content

Commit

Permalink
Do not use browser-actions, download Chrome manually.
Browse files Browse the repository at this point in the history
  • Loading branch information
entlicher committed Dec 13, 2023
1 parent 489611a commit c4ca652
Show file tree
Hide file tree
Showing 7 changed files with 196 additions and 469 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/cdt-inspect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ name: Weekly CDT Inspector

on:
schedule:
- cron: "30 2 * * 2,5" # Tuesday and Friday at 2:30
#- cron: "30 2 * * 2,5" # Tuesday and Friday at 2:30
- cron: "30 17 * * *"

env:
JAVA_HOME: ${{ github.workspace }}/jdk
Expand All @@ -57,10 +58,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: browser-actions/setup-chrome@v1
with:
chrome-version: dev
id: setup-chrome
- name: Checkout oracle/graal
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -90,10 +87,8 @@ jobs:
mkdir jdk-dl
${MX_PATH}/mx --java-home= fetch-jdk --jdk-id labsjdk-ce-${JDK_VERSION} --to jdk-dl --alias ${JAVA_HOME}
- run: |
echo Installed chromium version: ${{ steps.setup-chrome.outputs.chrome-version }}
${{ steps.setup-chrome.outputs.chrome-path }} --version
cd ${{ github.workspace }}/graal/vm
${MX_PATH}/mx --dy /tools,graal-js build
cd tests/gh_workflows/CDTInspectorTest
mvn -q compile
mvn -q exec:exec -Dtestargs="${{ github.workspace }}/graal/sdk/latest_graalvm_home/bin/js scripts/StepTest.js ${{ steps.setup-chrome.outputs.chrome-path }} ${{ steps.setup-chrome.outputs.chrome-version }}"
mvn -q exec:exec -Dtestargs="${{ github.workspace }}/graal/sdk/latest_graalvm_home/bin/js scripts/StepTest.js"
227 changes: 0 additions & 227 deletions .github/workflows/main.yml

This file was deleted.

Loading

0 comments on commit c4ca652

Please sign in to comment.