Make resolved commit position from bridge client a big int #3751
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Next feature version" | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - master | |
| schedule: | |
| - cron: '0 0 * * 0' # Run every Sunday at midnight UTC | |
| jobs: | |
| test: | |
| name: Test | |
| uses: ./.github/workflows/tests.yml | |
| with: | |
| image: ${{ fromJSON(vars.KURRENTDB_DOCKER_IMAGES).ci.fullname }} | |
| secrets: inherit |