Skip to content

Commit 2f6bcc0

Browse files
committed
Remove a job from github actions file
1 parent 7b4ca6f commit 2f6bcc0

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/ruby-tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,3 @@ jobs:
7777
- name: Run system tests
7878
run: |
7979
bin/rails test:system
80-
81-
- name: Keep screenshots from failed system tests
82-
uses: actions/upload-artifact@v4
83-
if: failure()
84-
with:
85-
name: screenshots
86-
path: ${{ github.workspace }}/tmp/screenshots
87-
if-no-files-found: ignore

0 commit comments

Comments
 (0)