Skip to content

Commit

Permalink
fixup! ci: Add ci job to run wopi-validator-core
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr committed Nov 29, 2024
1 parent 2de90aa commit bde0f1d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/wopi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
- main
- stable*

concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true

env:
APP_NAME: richdocuments

Expand Down Expand Up @@ -85,10 +81,6 @@ jobs:
apc.enable_cli=on
coverage: none

- name: Set up PHPUnit
working-directory: apps/${{ env.APP_NAME }}
run: composer i

- name: Set up Nextcloud
env:
DB_PORT: 4444
Expand All @@ -100,4 +92,6 @@ jobs:
- name: Run WOPI validator tests
working-directory: apps/${{ env.APP_NAME }}
run: ./tests/wopi-test.sh
run: |
PHP_CLI_SERVER_WORKERS=10 php -S localhost:8080 -t ../../ &
NEXTCLOUD_URL=http://localhost:8080 ./tests/wopi-test.sh

0 comments on commit bde0f1d

Please sign in to comment.