mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-17 18:46:43 +01:00
Runs update before testing a PR.
This commit is contained in:
parent
bda13d3ef3
commit
54c633c116
1 changed files with 2 additions and 0 deletions
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