Skip to content

#1676: Add jsh.shell.jsh.Intention.sensor that works for unbuilt shells #302

#1676: Add jsh.shell.jsh.Intention.sensor that works for unbuilt shells

#1676: Add jsh.shell.jsh.Intention.sensor that works for unbuilt shells #302

Workflow file for this run

# LICENSE
# This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not
# distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# END LICENSE
name: test-jdk21
on:
pull_request:
branches:
- '**'
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Use Docker to create image, and then run the linting and tests
run: contributor/docker-compose run test21