Skip to content

Commit

Permalink
fix: ci tests and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkowallik committed Dec 8, 2024
1 parent 52fc071 commit 0058e83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-apiserver.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Container Image
name: Release Container Image - apiserver

on:
workflow_dispatch:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,14 @@ jobs:
run: |
docker run --rm -v ${PWD}/tests/basic:/scandir \
irulescan:latest > output.json
jd -mset output.json tests/basic/irulescan_exclude_empty.json || exit 1
jd -mset output.json tests/basic/irulescan.json || exit 1
- name: Start apiserver in background
if: ${{ matrix.containers.file == 'files/Dockerfile.apiserver' }}
run: |
docker run --rm -p 8888:80 -d \
irulescan:apiserver
sleep 10
- name: Run apiserver scanfiles test
if: ${{ matrix.containers.file == 'files/Dockerfile.apiserver' }}
Expand Down

0 comments on commit 0058e83

Please sign in to comment.