Skip to content

Commit

Permalink
rust.yml remove tar logs.tgz upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Nov 4, 2023
1 parent 1f3b31f commit f9cc02e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,17 +278,6 @@ jobs:
uses: cargo-bins/cargo-binstall@main
- name: install nextest binary
run: cargo binstall -y --force cargo-nextest
- name: create log.tgz
shell: bash
run: |
set -eux
uname -a
sudo -- tar -zcvf /tmp/log.tgz /var/log/
- name: upload log.tgz
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }} log.tgz
path: /tmp/log.tgz
- name: nextest (all)
shell: bash
run: |
Expand Down

0 comments on commit f9cc02e

Please sign in to comment.