Skip to content

Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.8.0 to 1.8.1 #34

Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.8.0 to 1.8.1

Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.8.0 to 1.8.1 #34

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