Skip to content

Update readme with contributors and more #3501

Update readme with contributors and more

Update readme with contributors and more #3501

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Docker container test
on:
push:
branches:
- master
pull_request:
branches: [master]
workflow_dispatch:
permissions:
contents: read
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
test:
name: Container test
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: "21"
distribution: "corretto"
- uses: actions/checkout@v4
- name: Navigate to test script and run
run: cd .github/scripts && bash docker-create.sh -t