Skip to content

Commit

Permalink
Merge pull request #2 from zkoppert/Auto-add-dependencies
Browse files Browse the repository at this point in the history
Create integration_tests.yml
  • Loading branch information
zkoppert committed Jan 20, 2021
2 parents 29d9fdc + a163c30 commit 64fea9b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Integration Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Self test
id: selftest

uses: ryan-rozario/pipreqs-action@v2.0.0

# Put an example of mandatory inputs here
with:
PROJECT_PATH: .
REQUIREMENT_PATH: ./requirements.txt
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# InnerSource Crawler
![.github/workflows/linter.yml](https://github.com/zkoppert/innersource-crawler/actions/workflows/linter.yml/badge.svg)
![.github/workflows/linter.yml](https://github.com/zkoppert/innersource-crawler/actions/workflows/linter.yml/badge.svg) ![Integration Test](https://github.com/zkoppert/innersource-crawler/actions/workflows/integration_tests.yml/badge.svg)

This project creates a repos.json that can be utilized by the SAP InnerSource Portal.

Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
github3.py==1.3.0
pylint==2.6.0
python-dotenv==0.15.0

0 comments on commit 64fea9b

Please sign in to comment.