Skip to content

Merge pull request #1680 from davidpcaldwell/improve-input-stream-cha… #307

Merge pull request #1680 from davidpcaldwell/improve-input-stream-cha…

Merge pull request #1680 from davidpcaldwell/improve-input-stream-cha… #307

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