Skip to content

Commit e62c413

Browse files
committed
Review and move espresso-shell demo to archive; Don't run CI job monthly
1 parent bcf2be7 commit e62c413

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+15
-35
lines changed
Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
1-
name: espresso-jshell
1+
name: archive/espresso-jshell
22
on:
33
push:
44
paths:
5-
- 'espresso-jshell/**'
6-
- '.github/workflows/espresso-jshell.yml'
5+
- 'archive/espresso-jshell/**'
6+
- '.github/workflows/archive-espresso-jshell.yml'
77
pull_request:
88
paths:
9-
- 'espresso-jshell/**'
10-
- '.github/workflows/espresso-jshell.yml'
11-
schedule:
12-
- cron: "0 0 1 * *" # run every month
9+
- 'archive/espresso-jshell/**'
10+
- '.github/workflows/archive-espresso-jshell.yml'
1311
workflow_dispatch:
1412
permissions:
1513
contents: read
1614
jobs:
1715
run:
18-
name: Run 'espresso-jshell'
16+
name: Run 'archive/espresso-jshell'
1917
runs-on: ubuntu-latest
2018
timeout-minutes: 20
2119
steps:
@@ -26,8 +24,8 @@ jobs:
2624
distribution: 'graalvm'
2725
components: 'espresso'
2826
github-token: ${{ secrets.GITHUB_TOKEN }}
29-
- name: Run 'espresso-jshell'
27+
- name: Run 'archive/espresso-jshell
3028
run: |
31-
cd espresso-jshell
29+
cd archive/espresso-jshell
3230
./build-espresso-jshell.sh
3331
echo "Math.PI" | ./espresso-jshell

README.md

Lines changed: 0 additions & 17 deletions
Lines changed: 7 additions & 8 deletions
File renamed without changes.

espresso-jshell/jdk.editpad-patch/jdk/editpad/EditPadProvider.java renamed to archive/espresso-jshell/jdk.editpad-patch/jdk/editpad/EditPadProvider.java

File renamed without changes.

espresso-jshell/jshell8/jdk/jshell/execution/DefaultLoaderDelegate.java renamed to archive/espresso-jshell/jshell8/jdk/jshell/execution/DefaultLoaderDelegate.java

File renamed without changes.

espresso-jshell/jshell8/jdk/jshell/execution/DemultiplexInput.java renamed to archive/espresso-jshell/jshell8/jdk/jshell/execution/DemultiplexInput.java

File renamed without changes.

0 commit comments

Comments
 (0)