Skip to content

Commit

Permalink
[#1010] Test image-server
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisgo committed Feb 8, 2024
1 parent 880b4ce commit 4d555b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
- master
tags:
- '*'
files:
- image-server

jobs:
ci:
Expand All @@ -20,6 +18,8 @@ jobs:
run: docker compose pull --quiet
- name: Bring up image image-server
run: docker compose up --wait
- name: Test image-server
run: curl -fI http://localhost:8182/iiif/2/515698v2_fig1.tif/full/full/0/default.jpg

build-and-push:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 4d555b0

Please sign in to comment.