Skip to content

Commit 50e9c44

Browse files
move uses up
1 parent 8088361 commit 50e9c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
jobs:
55
pytest:
66
name: Pytest
7+
uses: actions/checkout@v2
78
runs-on: ubuntu-latest
89
container:
910
image: docker.pkg.github.com/aleksandr-kotlyar/python_and_gitlab/python-3.7.6-alpine-req:ver-14-mimesis-4.1.2
1011
credentials:
1112
username: ${{ github.actor }}
1213
password: ${{ secrets.ghcr_token }}
13-
uses: actions/checkout@v2
1414
steps:
1515
- run: pytest src/test/test_api.py

0 commit comments

Comments
 (0)