Skip to content

Commit 7c407d5

Browse files
add -uses: actions/checkout@v2
1 parent 4dd5069 commit 7c407d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ jobs:
1111
username: ${{ github.actor }}
1212
password: ${{ secrets.damngoodsecret }}
1313
steps:
14+
- uses: actions/checkout@v2
1415
- run: pytest src/test/test_api.py

0 commit comments

Comments
 (0)