Skip to content

Bump jvm from 1.9.10 to 1.9.22 #28

Bump jvm from 1.9.10 to 1.9.22

Bump jvm from 1.9.10 to 1.9.22 #28

Workflow file for this run

name: Socks5 tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag asyncsocket
- name: Run tests
run: docker run asyncsocket ./run_tests.sh