Skip to content

Commit

Permalink
refactor: smoke-test-http after pins
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Mar 12, 2024
1 parent 722133c commit 78f2fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,9 @@ jobs:
SCALEWAY_SECRET: ${{ secrets.SCALEWAY_SECRET }}
SCALEWAY_URL: ${{ secrets.SCALEWAY_URL }}

smoke-test--http: # basic smoke test that lets us know when eother caching or content routing does not work
smoke-test-http: # basic smoke test that lets us know when eother caching or content routing does not work
if: ${{ success() && needs.publish-to-ipfs.outputs.cid }}
needs: publish-to-ipfs
needs: [ publish-to-ipfs, pin-to-scaleway, pin-to-w3 ]
runs-on: ubuntu-latest
steps:
- name: Smoke-test instant (cached) /ipfs-sw-main.js at inbrowser.link
Expand Down

0 comments on commit 78f2fd7

Please sign in to comment.