Skip to content

Commit

Permalink
updated test-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IITI-tushar committed Dec 20, 2024
1 parent 5b15b74 commit 389ae94
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: asyncapi
path: /tmp
pattern: asyncapi-*
- name: Load Docker image
run: |
docker load --input /tmp/asyncapi.tar
Expand Down Expand Up @@ -100,8 +100,8 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: asyncapi
path: /tmp
pattern: asyncapi-*
- name: Load Docker image
run: |
docker load --input /tmp/asyncapi.tar
Expand All @@ -121,8 +121,8 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: asyncapi
path: /tmp
pattern: asyncapi-*
- name: Load Docker image
run: |
docker load --input /tmp/asyncapi.tar
Expand Down Expand Up @@ -155,8 +155,8 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: asyncapi
path: /tmp
pattern: asyncapi-*
- name: Load Docker image
run: |
docker load --input /tmp/asyncapi.tar
Expand Down Expand Up @@ -188,8 +188,8 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: asyncapi
path: /tmp
pattern: asyncapi-*
- name: Load Docker image
run: |
docker load --input /tmp/asyncapi.tar
Expand Down Expand Up @@ -218,8 +218,8 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: asyncapi
path: /tmp
pattern: asyncapi-*
- name: Load Docker image
run: |
docker load --input /tmp/asyncapi.tar
Expand Down Expand Up @@ -250,8 +250,8 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: asyncapi
path: /tmp
pattern: asyncapi-*
- name: Load Docker image
run: |
docker load --input /tmp/asyncapi.tar
Expand Down Expand Up @@ -284,8 +284,8 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: asyncapi
path: /tmp
pattern: asyncapi-*
- name: Load Docker image
run: |
docker load --input /tmp/asyncapi.tar
Expand Down Expand Up @@ -318,8 +318,8 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: asyncapi
path: /tmp
pattern: asyncapi-*
- name: Load Docker image
run: |
docker load --input /tmp/asyncapi.tar
Expand Down

0 comments on commit 389ae94

Please sign in to comment.