Skip to content

Commit 545654c

Browse files
authored
Update run-test.yml
1 parent c5c6130 commit 545654c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jobs:
77
- uses: actions/checkout@v2
88
- uses: actions/setup-python@v2
99
- run: pip install bcrypt
10-
- run: test.py
10+
- run: python test.py
1111
- run: echo Done

0 commit comments

Comments
 (0)