Skip to content

Commit

Permalink
changed test command
Browse files Browse the repository at this point in the history
  • Loading branch information
moonjck committed Jan 23, 2025
1 parent d0cdd54 commit 7a9e6ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/containerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
paths:
- eyeon.Dockerfile

jobs:
build:

Expand All @@ -24,4 +24,4 @@ jobs:
- name: Run Test Command
run: |
docker run --rm peyeon:buildx sh -c "echo 'Built successfully'"
docker run --rm peyeon:buildx sh -c "eyeon --help"

0 comments on commit 7a9e6ee

Please sign in to comment.