Skip to content

Commit 9cd6d60

Browse files
authored
Create run-windows.yml
1 parent a06acc8 commit 9cd6d60

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/run-windows.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)