Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Create i191855_workflow.yml
  • Loading branch information
fisa712 authored Feb 24, 2023
commit 943392e30e3400e145c08a7b16a6230b2087ac52
17 changes: 17 additions & 0 deletions .github/workflows/i191855_workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name : push events workflow

on : push

jobs :
unit-testing :
runs-on: ubuntu-latest

steps :
- name : Checkout Code
uses : actions/checkout@v2

- name : Install Package
run : pip install pytest numpy pandas

- name : Run Test
run : pytest test_preprocessig.py