Skip to content

Commit

Permalink
CI: Remove the unmaintained screenshot functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
pentamassiv committed Dec 19, 2024
1 parent 97d3b29 commit 354ce36
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 57 deletions.
33 changes: 0 additions & 33 deletions .github/actions/screenshot/action.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/failing_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,3 @@ jobs:

- name: Run ignored integration tests in release mode
run: cargo test integration --release --no-default-features --features ${{ matrix.features }} -- --ignored --test-threads=1 --nocapture

- name: Take screenshot
if: always() && runner.os != 'macOS'
uses: ./.github/actions/screenshot
with:
platform: ${{ matrix.platform }}
rust: ${{ matrix.rust }}
feature: ${{ matrix.features }}
8 changes: 0 additions & 8 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,3 @@ jobs:
- name: Run integration tests in release mode
if: matrix.features != 'wayland' && matrix.features != 'libei' && matrix.features != 'libei,wayland,xdo,x11rb' # On Linux, the integration tests only work with X11 for now
run: cargo test integration --release --no-default-features --features ${{ matrix.features }} -- --test-threads=1 --nocapture --include-ignored

- name: Take screenshot
if: always() && runner.os != 'macOS'
uses: ./.github/actions/screenshot
with:
platform: ${{ matrix.platform }}
rust: ${{ matrix.rust }}
feature: ${{ matrix.features }}
8 changes: 0 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,3 @@ jobs:

- name: Run the unit tests in release mode
run: cargo test unit --release --no-default-features --features ${{ matrix.features }} -- --test-threads=1 --nocapture

- name: Take screenshot
if: always() && runner.os != 'macOS'
uses: ./.github/actions/screenshot
with:
platform: ${{ matrix.platform }}
rust: ${{ matrix.rust }}
feature: ${{ matrix.features }}

0 comments on commit 354ce36

Please sign in to comment.