pannman commited on
Commit
4bc668e
·
1 Parent(s): c9bcc1c

fix github action

Browse files
.github/workflows/pysen-python-app.yaml CHANGED
@@ -38,6 +38,14 @@ jobs:
38
  - name: Run isort
39
  run: |
40
  poetry run isort .
 
 
 
 
 
 
 
 
41
 
42
  - name: Test with pytest
43
  run: |
 
38
  - name: Run isort
39
  run: |
40
  poetry run isort .
41
+
42
+ - name: Test with pytest
43
+ run: |
44
+ ls
45
+
46
+ - name: Test with pytest
47
+ run: |
48
+ poetry run pytest source/*
49
 
50
  - name: Test with pytest
51
  run: |