Skip to content

Commit 0df1bd7

Browse files
committedSep 27, 2019
converted main.workflow to Actions V2 yml files
1 parent ce387ba commit 0df1bd7

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed
 

‎.github/main.workflow

-9
This file was deleted.

‎.github/workflows/push.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
on: push
2+
name: on push
3+
jobs:
4+
gitHubActionForPytest:
5+
name: GitHub Action for pytest
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@master
9+
- name: GitHub Action for pytest
10+
uses: cclauss/GitHub-Action-for-pytest@master
11+
with:
12+
args: pytest -h

0 commit comments

Comments
 (0)
Please sign in to comment.