Skip to content

Commit

Permalink
fix(services/webdav): docker compose file move into webdav folder
Browse files Browse the repository at this point in the history
  • Loading branch information
shauvet committed Oct 31, 2023
1 parent 0d5b9f8 commit b73b279
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/services/webdav/nextcloud/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ runs:
steps:
- name: Setup nextcloud
shell: bash
working-directory: fixtures/nextcloud
run: docker compose -f docker-compose.yml up -d
working-directory: fixtures/webdav
run: docker compose -f docker-compose-webdav-nextcloud.yml up -d
- name: Setup
shell: bash
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/services/webdav/owncloud/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ runs:
steps:
- name: Setup owncloud
shell: bash
working-directory: fixtures/owncloud
run: docker compose -f docker-compose.yml up -d
working-directory: fixtures/webdav
run: docker compose -f docker-compose-webdav-owncloud.yml up -d
- name: Setup
shell: bash
run: |
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b73b279

Please sign in to comment.