From 3affc245c4f4f17a398ac3d7549a79f38ffe3bac Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Wed, 18 Sep 2019 11:14:34 +0200 Subject: [PATCH] Fix step order --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e33cb32..f26329c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,10 +13,10 @@ jobs: with: python-version: 3.7 - run: make install - - run: make test - - run: make test-dist - run: make pycodestyle + - run: make test - run: make codecov + - run: make test-dist env: CODECOV_TOKEN: ${{ secrets.CODECOV_REPO_TOKEN }}