Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Greggi <[email protected]>
  • Loading branch information
alegrey91 committed Jul 16, 2023
1 parent b7e7130 commit 15295bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,17 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: unit-test
path: /tmp/
path: /tmp/unit-test

- uses: actions/download-artifact@v3
with:
name: integration-test
path: /tmp/
path: /tmp/integration-test

- name: list files
run: |
ls -lah /tmp/
- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 15295bf

Please sign in to comment.