refactor(schema): alter type of connector_transaction_data and connector_refund_data columns to 1024 chars #4409
This file contains 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: "CI Nix" | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
nix-ci: | |
runs-on: ${{ matrix.system }} | |
permissions: | |
contents: read | |
strategy: | |
matrix: | |
system: [x86_64-linux, aarch64-darwin] | |
steps: | |
- uses: actions/checkout@v4 | |
- run: om ci --extra-access-tokens ${{ secrets.GITHUB_TOKEN }} run --systems "${{ matrix.system }}" |