Unverified Commit eb1eb9c2 authored by cutecutecat's avatar cutecutecat Committed by GitHub
Browse files

Update main.yml

parent 7a83695c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -22,9 +22,7 @@ jobs:
        pylint `ls -R|grep .py$|xargs`
    
    - name: Unit Testing With Python
      uses: PrajjawalBanati/Python-actions@0.0.1
      with:
        src: testcase
      run: python -m unittest main_test.TestCtrl
    
    - name: Build exec file
      uses: JackMcKew/pyinstaller-action-windows@main