Skip to content

Commit ef19bee

Browse files
committed
Correct syntax (unique keys)
1 parent 6738e9c commit ef19bee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
run: |
4949
docker pull ibmcom/db2
5050
docker save -o image-cache/db2.tar ibmcom/db2
51+
- name: Restore container from cache
5152
if: steps.cache-docker.outputs.cache-hit == 'true'
5253
run: docker load -i image-cache/db2.tar
5354
- name: Set up Db2 LUW in Docker

0 commit comments

Comments
 (0)