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 a06acc8 commit 9cd6d60Copy full SHA for 9cd6d60
.github/workflows/run-windows.yml
@@ -0,0 +1,11 @@
1
+name: Test on Windows
2
+on: [push,workflow_dispatch]
3
+jobs:
4
+ test-bcrypt:
5
+ runs-on: windows-latest
6
+ steps:
7
+ - uses: actions/checkout@v2
8
+ - uses: actions/setup-python@v2
9
+ - run: pip install bcrypt
10
+ - run: echo pass | python simplebcrypt.py
11
+ - run: echo Done
0 commit comments