Skip to content

Commit

Permalink
upgrade artifact plugin CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HoneyryderChuck committed Jan 3, 2025
1 parent 8604a2b commit 113c9c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@ jobs:
restore-keys: |
${{ runner.os }}-gems-
- name: Run tests
run: docker-compose -f docker-compose.yml -f docker-compose-github.yml -f docker-compose-${{matrix.ruby}}.yml run netsnmp
run:
- docker ps -a
- docker-compose -f docker-compose.yml -f docker-compose-github.yml -f docker-compose-${{matrix.ruby}}.yml run netsnmp
continue-on-error: ${{ matrix.ruby == 'jruby' || matrix.ruby == 'truffleruby' }}
- name: Upload coverage
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: coverage-report
Expand Down

0 comments on commit 113c9c4

Please sign in to comment.