Skip to content

Commit

Permalink
fix (ci): issue with artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-kerjean committed Feb 1, 2024
1 parent dabd4b2 commit 228d091
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Clone test repo
uses: actions/checkout@v3
- uses: actions/download-artifact@v4
with:
repository: mickael-kerjean/filestash-test
ssh-key: ${{ secrets.DEPLOY_KEY_FILESTASH_TEST }}
name: test
path: test
- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -114,6 +112,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: test
path: test
- uses: actions/download-artifact@v4
with:
name: build-frontend
Expand Down

0 comments on commit 228d091

Please sign in to comment.