File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 3232 python -m pip install --upgrade pip
3333 python -m pip install poetry
3434 poetry install
35+ poetry build
36+ chmod +x conf/run_linters.sh
37+ conf/run_linters.sh
3538 # Linting is done in the run_linters.sh script
3639
3740 - name : Prep tests
@@ -48,12 +51,11 @@ jobs:
4851 # conf/run_tests.sh
4952 # echo "--------- UT report ---------"; cat build/xunit*.xml
5053 # echo "---------Coverage report ---------"; cat build/coverage*.xml
51- - name : Run linters
52- working-directory : .
53- run : |
54- . venv/bin/activate
55- chmod +x conf/run_linters.sh
56- conf/run_linters.sh
54+ # - name: Run linters
55+ # working-directory: .
56+ # run: |
57+ # chmod +x conf/run_linters.sh
58+ # conf/run_linters.sh
5759 # - name: Cache SonarQube packages
5860 # uses: actions/cache@v4
5961 # with:
You can’t perform that action at this time.
0 commit comments