Skip to content

Commit

Permalink
test python in action
Browse files Browse the repository at this point in the history
  • Loading branch information
Long0x0 committed May 6, 2021
1 parent ca4aa5c commit 14054c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
8 changes: 6 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ inputs:
default: ''

runs:
using: docker
image: src/Dockerfile
using: "composite"
steps:
- run: |
pip install -r ${{ github.action_path }}/requirements.txt
python ${{ github.action_path }}/test.py
shell: bash
12 changes: 0 additions & 12 deletions src/Dockerfile

This file was deleted.

0 comments on commit 14054c6

Please sign in to comment.