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