Skip to content

Commit 997a244

Browse files
cd into package dir
1 parent 2e0dcc6 commit 997a244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
pip install -r requirements.txt
3434
pip install tox tox-gh-actions
3535
- name: Test with Tox
36-
runx: |
36+
run: |
3737
cd ${{ matrix.app }}
3838
tox

0 commit comments

Comments
 (0)