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 83deac8 commit 8088361Copy full SHA for 8088361
.github/workflows/main.yml
@@ -5,6 +5,11 @@ jobs:
5
pytest:
6
name: Pytest
7
runs-on: ubuntu-latest
8
- container: docker.pkg.github.com/aleksandr-kotlyar/python_and_gitlab/python-3.7.6-alpine-req:ver-14-mimesis-4.1.2
+ container:
9
+ image: docker.pkg.github.com/aleksandr-kotlyar/python_and_gitlab/python-3.7.6-alpine-req:ver-14-mimesis-4.1.2
10
+ credentials:
11
+ username: ${{ github.actor }}
12
+ password: ${{ secrets.ghcr_token }}
13
+ uses: actions/checkout@v2
14
steps:
15
- run: pytest src/test/test_api.py
0 commit comments