Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
GitHub Action should test with daemon://
Signed-off-by: Victor Sollerhed <[email protected]>
  • Loading branch information
MPV committed Dec 14, 2023
commit 0cdf68eabc3261620169e8d0fb741e9875c58267
3 changes: 3 additions & 0 deletions .github/workflows/test-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ jobs:
# Add more test cases here as necessary
args:
- vanessa/salad --type=file --output=./data.json --json
- daemon://vanessa/salad --type=file --output=./data.json --json
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Pull test images
run: docker pull vanessa/salad
- name: Run container-diff
uses: ./actions
with:
Expand Down