Skip to content

Commit

Permalink
Merge pull request #1071 from nextcloud/fix/githubactions/stable22
Browse files Browse the repository at this point in the history
[stable22] Fix github actions
  • Loading branch information
beardhatcode authored Nov 19, 2021
2 parents 82c41a7 + faddd88 commit fc93b6a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 81 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
# run multiple copies of the current job in parallel
containers: [1, 2, 3, 4, 5]
containers: [1, 2, 3, 4, 5, 6, 7, 8]

name: runner ${{ matrix.containers }}

Expand Down
79 changes: 0 additions & 79 deletions cypress/integration/image.heic.spec.js

This file was deleted.

1 change: 0 additions & 1 deletion cypress/integration/oddname/oddname-image.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import runTest from './oddname.js'
for (const [file, type] of [
['image1.jpg', 'image/jpeg'],
['image.gif', 'image/gif'],
['image.heic', 'image/heic'],
['image.png', 'image/png'],
['image-small.png', 'image/png'],
['image.svg', 'image/svg'],
Expand Down

0 comments on commit fc93b6a

Please sign in to comment.