Skip to content

Commit

Permalink
Merge pull request #24 from cmlh/cmlh-SonatypeJakeGitHubAction to fea…
Browse files Browse the repository at this point in the history
…t/workfows

Create @github Actions of @sonatype-nexus-community jake
  • Loading branch information
felixatmaltego authored Dec 15, 2021
2 parents 3b27ccc + f0d3075 commit b2ace35
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/sonatype-jack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: 'Sonatype Jake'

on: [push]

jobs:
security:

# runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.7.11
- name: Run jake from Sonatype
run: |
python -m pip install --upgrade pip
pip3 install -r requirements.txt
pip3 freeze > requirements.txt
pip3 install jake
jake ddt -r requirements.txt

0 comments on commit b2ace35

Please sign in to comment.