Skip to content

Commit

Permalink
ci: Try make ipfs test stable (#696)
Browse files Browse the repository at this point in the history
* Try make ipfs test stable

Signed-off-by: Xuanwo <[email protected]>

* Fix test

Signed-off-by: Xuanwo <[email protected]>

Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Sep 19, 2022
1 parent 3de2511 commit a65878b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/service_test_ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- main
paths-ignore:
- "docs/**"
# Run this test every hour to keep our testdata warm in ipfs network.
schedule:
- cron: "0 * * * *"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
Expand All @@ -23,6 +26,7 @@ jobs:
uses: ibnesayeed/setup-ipfs@cacf727ab8eae418dc4a2534c2c2c19343021c7c
id: ipfs_setup
with:
# ipfs v0.15 seems can't pass our tests, need investigate.
ipfs_version: "v0.14.0"
run_daemon: true
- name: IPFS add speed up tests
Expand Down

1 comment on commit a65878b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for opendal ready!

✅ Preview
https://opendal-gsa2454uc-databend.vercel.app

Built with commit a65878b.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.