From fdb1ba7f6bfd682820ecb6dcc75b2f7383027628 Mon Sep 17 00:00:00 2001 From: Dmitrii Zakharov Date: Fri, 8 Jan 2021 15:53:31 +0300 Subject: [PATCH] ch: Use GitHub Actions #9 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d257c29..18b8971 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,8 @@ jobs: flake8 --ignore E501 passgen tests - name: Test with pytest + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | source .venv/bin/activate py.test --cov=passgen tests/