Skip to content

Commit

Permalink
debug: log original exception from circles
Browse files Browse the repository at this point in the history
  • Loading branch information
max-nextcloud committed Sep 15, 2023
1 parent cfa5cf6 commit 3fde61f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

strategy:
matrix:
server-versions: ['stable25', 'stable27', 'master']
server-versions: ['stable27']

steps:
- name: Checkout server
Expand All @@ -60,7 +60,7 @@ jobs:
with:
repository: nextcloud/circles
path: apps/circles
ref: ${{ matrix.server-versions }}
ref: debug/requests-${{ matrix.server-versions }}

- name: Checkout files_pdfviewer app
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
#containers: [1, 2, 3, 4]
php-versions: ['8.0']
databases: ['sqlite']
server-versions: ['stable25', 'stable27', 'master']
server-versions: ['stable27']

steps:
- name: Restore context
Expand Down

0 comments on commit 3fde61f

Please sign in to comment.