Skip to content

Make raw file mapping in PSMFile more robust and easier to maintain #59

Make raw file mapping in PSMFile more robust and easier to maintain

Make raw file mapping in PSMFile more robust and easier to maintain #59

Workflow file for this run

name: continuous-integration
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 15
uses: actions/setup-java@v2
with:
java-version: 15
distribution: 'adopt'
- name: Build with Gradle
run: ./gradlew build
run_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 15
uses: actions/setup-java@v2
with:
java-version: 15
distribution: 'adopt'
- name: Test with Gradle
run: ./gradlew test