Skip to content

Commit c5c6130

Browse files
authored
Create run-test.yml
1 parent fbd7747 commit c5c6130

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/run-test.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Test simple-bcrypt
2+
on: [push,workflow_dispatch]
3+
jobs:
4+
test-bcrypt:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v2
8+
- uses: actions/setup-python@v2
9+
- run: pip install bcrypt
10+
- run: test.py
11+
- run: echo Done

0 commit comments

Comments
 (0)