Skip to content

Commit

Permalink
Merge pull request #221 from ckb-cell/CI/run-integration-tests-every-day
Browse files Browse the repository at this point in the history
chore(CI): Run integration-tests every day
  • Loading branch information
Flouse authored Jun 5, 2024
2 parents a7cda73 + 4cd077b commit 38eb226
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ name: Integration Tests
on:
workflow_dispatch:
pull_request:
# Run integration-tests every day
schedule:
- cron: '59 0 * * *'

# https://docs.github.com/en/actions/using-jobs/using-concurrency
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}
cancel-in-progress: false

jobs:
test:
Expand Down

1 comment on commit 38eb226

@github-actions
Copy link

Choose a reason for hiding this comment

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

New snapshot version of the rgbpp-sdk packages have been released:

Name Version
@rgbpp-sdk/btc 0.0.0-snap-20240605063651

Please sign in to comment.