0
0
Fork 0
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:
pierreozoux 2020-08-28 15:44:09 +02:00 committed by Pierre Ozoux
parent bda13d3ef3
commit 54c633c116

View file

@ -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 }}