Skip to content

Commit

Permalink
Merge pull request #5058 from nextcloud/cypress/master-base-branch
Browse files Browse the repository at this point in the history
ci: Move server version to the actual build step
  • Loading branch information
juliushaertl committed Nov 29, 2023
2 parents 2d85102 + bac187b commit 1aaae40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
outputs:
nodeVersion: ${{ steps.versions.outputs.nodeVersion }}
npmVersion: ${{ steps.versions.outputs.npmVersion }}
strategy:
matrix:
server-versions: [ 'master' ]

steps:
- name: Checkout server
Expand Down Expand Up @@ -82,7 +85,6 @@ jobs:
node-version: [16]
containers: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]
php-versions: [ '8.1' ]
server-versions: [ 'master' ]
run-in-parallel:
- false # only for PRs: ${{ !!github.head_ref }}

Expand Down

0 comments on commit 1aaae40

Please sign in to comment.