Skip to content

Commit fee0939

Browse files
committed
fix GitHub Actions, disable Docker GitHub action
1 parent a276610 commit fee0939

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/docker.yml renamed to .github/workflows/docker.yml.disabled

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
username: ${{ secrets.DOCKERHUB_USERNAME }}
2020
password: ${{ secrets.DOCKERHUB_TOKEN }}
21-
- run: pip install . flake8 pytest pytest-cov
21+
- run: pip install . flake8 pytest pytest-cov pytest-flake8
2222
- run: make images
2323
- run: make push
2424
if: ${{ github.event_name == 'tags' }}

.github/workflows/pytest.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
push:
55
schedule:
6-
- cron: '11 21 * * *'
6+
- cron: "11 21 * * *"
77
jobs:
88
pytest:
99
runs-on: ubuntu-latest
@@ -14,16 +14,15 @@ jobs:
1414
- 3.8
1515
- 3.9
1616
steps:
17-
- uses: actions/checkout@v1
18-
- uses: actions/setup-python@v1
17+
- uses: actions/checkout@v2
18+
- uses: actions/setup-python@v2
1919
with:
2020
python-version: ${{ matrix.python }}
2121
- uses: amancevice/setup-code-climate@v0
2222
with:
2323
cc_test_reporter_id: ${{ secrets.CC_TEST_REPORTER_ID }}
2424
- run: cc-test-reporter before-build
25-
- run: pip install . flake8 pytest pytest-cov
26-
- run: flake8
25+
- run: pip install . flake8 pytest pytest-cov pytest-flake8
2726
- run: pytest
2827
- run: cc-test-reporter after-build
2928
if: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy