Skip to content

Commit

Permalink
Merge branch 'master' into blkbr-error-handling
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfolco authored Oct 10, 2023
2 parents 976e251 + af9e8dc commit 25da90f
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install dependencies
run: |
Expand All @@ -39,7 +39,7 @@ jobs:
pytest -v --html=report.html --self-contained-html blockbreaker.py tests/*.py
- name: Upload html report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: report
path: bin/report.html
Expand Down
6 changes: 3 additions & 3 deletions userenvs/fedora36.json → userenvs/fedora38.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
}
},
"userenv": {
"name": "fedora36",
"label": "Fedora 36",
"name": "fedora38",
"label": "Fedora 38",
"origin": {
"image": "registry.fedoraproject.org/fedora",
"tag": "36"
"tag": "38"
},
"properties": {
"platform": [
Expand Down
1 change: 1 addition & 0 deletions userenvs/fedora38/requirements/01-python.json
1 change: 1 addition & 0 deletions userenvs/fedora38/requirements/02-core-utils.json
1 change: 1 addition & 0 deletions userenvs/fedora38/requirements/03-core-compiling.json
1 change: 1 addition & 0 deletions userenvs/fedora38/requirements/04-core-perl.json
1 change: 1 addition & 0 deletions userenvs/fedora38/requirements/05-core-node.json
1 change: 1 addition & 0 deletions userenvs/fedora38/schema.json
22 changes: 22 additions & 0 deletions userenvs/fedora38/userenv.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
"userenv": {
"name": "fedora38",
"label": "Fedora 38",
"origin": {
"image": "registry.fedoraproject.org/fedora",
"tag": "38"
},
"properties": {
"platform": [
{
"architecture": "x86_64"
},
{
"architecture": "aarch64"
}
],
"packages": {
"type": "rpm",
"manager": "dnf"
}
}
},

0 comments on commit 25da90f

Please sign in to comment.