install-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # Checking out the repo
- name: Install dependencies
uses: VaultVulp/action-pipenv@v2.0.1
with:
command: install -d # Install all dependencies, including development ones
- name: Test
uses: VaultVulp/action-pipenv@v2.0.1
with:
command: run test # Run custom `test` command defined in the `[scripts]` block of Pipfile
-
Notifications
You must be signed in to change notification settings - Fork 9
Use pipenv commands in your GitHub Actions Workflow
License
VaultVulp/action-pipenv
Use this GitHub action with your project
Add this Action to an existing workflow or create a new oneFolders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Use pipenv commands in your GitHub Actions Workflow
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published