Skip to content

Commit

Permalink
ci: update and fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BradenM committed May 6, 2020
1 parent 6935fe7 commit 6b06b3e
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
python: ["3.6", "3.7"]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.1.0
with:
submodules: true
submodules: recursive

- name: Setup Python ${{ matrix.python }}
uses: actions/setup-python@v1.1.1
Expand All @@ -37,14 +37,3 @@ jobs:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
run: poetry run tox

- name: Report Results
if: always()
shell: bash
run: |
curl "https://api.check-run-reporter.com/api/v1/submissions" \
--user token:${{ secrets.REPORTER_TOKEN }} \
-X POST \
-F report=@"test_log.xml" \
-F label="Unit Tests" \
-F sha="${{ github.sha }}" \
-F root="$GITHUB_WORKSPACE"

0 comments on commit 6b06b3e

Please sign in to comment.