We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd7747 commit c5c6130Copy full SHA for c5c6130
.github/workflows/run-test.yml
@@ -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