Skip to content

Commit

Permalink
ci: fix export to xml
Browse files Browse the repository at this point in the history
  • Loading branch information
alkoleft committed Dec 19, 2024
1 parent a6f008a commit 1025d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/perform-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- en_US
os:
- windows-latest
- ubuntu-latest
- ubuntu-22.04

uses: ./.github/workflows/step-run-tests.yml
needs: build_artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/step-export-xml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ concurrency:
jobs:
export:
name: Конвертация
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
yaxunit_version: ${{ steps.extract_version.outputs.version }}
smoke_version: ${{ steps.extract_smoke_version.outputs.version }}
Expand Down

0 comments on commit 1025d54

Please sign in to comment.