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 New Issue
Block a user