Skip to content

Commit

Permalink
Revert "Update Ruby version and use latest artifact upload action"
Browse files Browse the repository at this point in the history
This reverts commit 63119c3.
  • Loading branch information
ngetahun committed Nov 4, 2024
1 parent b09244d commit e51bea5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/lint-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
# we need to test the Ruby versions of the products we release RMT for,
# those are: SLE15 (2.5.8, 2.5.9)
ruby-version: [ '2.5.9']
ruby-version: ['2.5.8', '2.5.9']
# skipping Ruby3 tests for now, because RMT isn't Ruby3 compatible yet, and the failing
# tests confuse the team.
# ruby-version: ['2.5.8', '2.5.9', '3.0.3']
Expand Down Expand Up @@ -92,10 +92,3 @@ jobs:
echo "::group::Version verification checks"
ruby ci/check-version-matches.rb
echo "::endgroup::"
- name: Export coverage report
uses: actions/upload-artifact@v4
if: always()
with:
name: coverage
path: ${{ github.workspace }}/coverage

0 comments on commit e51bea5

Please sign in to comment.