Skip to content

Bump org.jetbrains:markdown from 0.4.1 to 0.6.1 #584

Bump org.jetbrains:markdown from 0.4.1 to 0.6.1

Bump org.jetbrains:markdown from 0.4.1 to 0.6.1 #584

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