mirror of
https://github.com/nicolabs/nextcloud-docker.git
synced 2025-09-07 18:11:03 +02:00
Runs update before testing a PR.
This commit is contained in:
parent
bda13d3ef3
commit
54c633c116
2
.github/workflows/images.yml
vendored
2
.github/workflows/images.yml
vendored
|
@ -37,6 +37,8 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Prepare Environment
|
||||
run: ${{ matrix.runs.prepare }}
|
||||
- name: Run update.sh script
|
||||
run: ./update.sh
|
||||
- name: Pull Dependencies
|
||||
run: ${{ matrix.runs.pull }}
|
||||
- name: Build ${{ matrix.name }}
|
||||
|
|
Loading…
Reference in a new issue