Skip to content

Bump ktor from 2.3.4 to 2.3.5 #580

Bump ktor from 2.3.4 to 2.3.5

Bump ktor from 2.3.4 to 2.3.5 #580

Workflow file for this run

name: JS Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 1.11
uses: actions/setup-java@v1
with:
java-version: 1.11
- name: JS Test
env:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JIRA_USERNAME: ${{ secrets.JIRA_USERNAME }}
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
run: ./gradlew jsTest