Skip to content

Commit e284859

Browse files
authored
Merge pull request #56 from Ultimaker/workflow_restore
Restore the tests
2 parents 7b5c054 + a553b62 commit e284859

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/build_on_push_pr.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
uses: Ultimaker/embedded-workflows/.github/workflows/shellcheck.yml@main
1818
secrets: inherit
1919

20-
# Flake8:
21-
# name: 'Test'
22-
# needs: Prepare
23-
# uses: Ultimaker/python-quality-control/.github/workflows/flake8.yml@master
24-
# with:
25-
# PARENT_BRANCH: 'main'
26-
# secrets: inherit
20+
Flake8:
21+
name: 'Test'
22+
needs: Prepare
23+
uses: Ultimaker/python-quality-control/.github/workflows/flake8.yml@master
24+
with:
25+
PARENT_BRANCH: 'main'
26+
secrets: inherit
2727

2828
MyPy:
2929
name: 'Test'
@@ -33,13 +33,13 @@ jobs:
3333
PARENT_BRANCH: 'main'
3434
secrets: inherit
3535

36-
# PyCodeStyle:
37-
# name: 'Test'
38-
# needs: Prepare
39-
# uses: Ultimaker/python-quality-control/.github/workflows/pycodestyle.yml@master
40-
# with:
41-
# PARENT_BRANCH: 'main'
42-
# secrets: inherit
36+
PyCodeStyle:
37+
name: 'Test'
38+
needs: Prepare
39+
uses: Ultimaker/python-quality-control/.github/workflows/pycodestyle.yml@master
40+
with:
41+
PARENT_BRANCH: 'main'
42+
secrets: inherit
4343

4444
Vulture:
4545
name: 'Test'
@@ -63,7 +63,7 @@ jobs:
6363

6464
Release_Package:
6565
name: 'Release'
66-
needs: [Prepare, Shellcheck, Build, MyPy, Vulture, PyTest]
66+
needs: [Prepare, Shellcheck, Build, Flake8, MyPy, PyCodeStyle, Vulture, PyTest]
6767
if: ${{ (success() && needs.Prepare.outputs.RELEASE_REPO != 'none') ||
6868
(failure() && needs.Build.result == 'success' && needs.Prepare.outputs.RELEASE_REPO == 'packages-dev') }}
6969
uses: Ultimaker/embedded-workflows/.github/workflows/release_pkg.yml@main

0 commit comments

Comments
 (0)