Skip to content

Commit

Permalink
Merge pull request #880 from nextcloud/debug/ci-failures
Browse files Browse the repository at this point in the history
test(ci): always upload nextcloud log for debugging
  • Loading branch information
mejo- authored Sep 25, 2023
2 parents ddc2af3 + e5bd013 commit 8c30001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
run: |
mkdir data
./occ maintenance:install --verbose --database=sqlite --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass admin
./occ config:system:set --value="http://localhost:8080" -- overwrite.cli.url
./occ config:system:set --value="http://localhost:8081" -- overwrite.cli.url
./occ app:enable --force contacts
./occ app:enable --force files_pdfviewer
./occ app:enable --force ${{ env.APP_NAME }}
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:

- name: Upload nextcloud logs
uses: actions/upload-artifact@v3
if: failure()
if: always()
with:
name: ${{ matrix.server-versions }}.log
path: data/nextcloud.log
Expand Down

0 comments on commit 8c30001

Please sign in to comment.