Skip to content

Commit

Permalink
Debug GH workflows no 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Apr 4, 2024
1 parent 56ddd7a commit 5262040
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.10"]

steps:
- name: SCM Checkout
Expand All @@ -70,7 +70,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.10"]

steps:
- name: SCM Checkout
Expand All @@ -91,7 +91,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.10"]
exasol-version: ["7.1.9"]

steps:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
path: ./artifacts

- name: Copy Artifacts into Root Folder
working-directory: ./artifacts
# working-directory: ./artifacts
run: |
cp .coverage/.coverage ../
cp .lint.txt/.lint.txt ../
pwd
ls -l ..
pwd
ls -l
cp ./artifacts/.coverage/.coverage .
cp ./artifacts/.lint.txt/.lint.txt .
echo listing folder artifacts"
ls -Ral artifacts
echo listing folder .
ls -al
- name: Generate Report
run: poetry run nox -s report -- -- --format json | tee metrics.json
Expand Down

0 comments on commit 5262040

Please sign in to comment.