Skip to content

Commit

Permalink
add java to gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Jun 30, 2021
1 parent c96f2c2 commit 0fe4e7c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pydamage_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]

jobs:
pydamage_ci:
name: pydamage_ci
name: pydamage_testing
runs-on: 'ubuntu-latest'
if: "!contains(github.event.head_commit.message, '[skip_ci]')"
steps:
Expand All @@ -18,6 +18,10 @@ jobs:
channel-priority: true
environment-file: environment.yml
activate-environment: pydamage
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
- name: Lint with flake8
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 0fe4e7c

Please sign in to comment.