Skip to content

Commit

Permalink
Merge pull request #2021 from nextcloud/fix/cypress-22
Browse files Browse the repository at this point in the history
fix: use stable22 branch for cypress tests
  • Loading branch information
azul authored Dec 21, 2021
2 parents 3d297d0 + 48cba46 commit c9d0f82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# containers: [1, 2, 3]
php-versions: [ '7.4' ]
databases: [ 'sqlite' ]
server-versions: [ 'master' ]
server-versions: [ 'stable22' ]

steps:
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
1 change: 1 addition & 0 deletions cypress/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM nextcloudci/server:server-17

RUN mkdir /var/www/html/data
RUN chown -R www-data:www-data /var/www/html/data
ENV BRANCH stable22

ENTRYPOINT /usr/local/bin/initAndRun.sh

Expand Down

0 comments on commit c9d0f82

Please sign in to comment.