Skip to content

Update example/share-services/northwind/flake.lock #1374

Update example/share-services/northwind/flake.lock

Update example/share-services/northwind/flake.lock #1374

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
checks:
runs-on: ${{ matrix.system }}
permissions:
contents: read
strategy:
matrix:
# Intel mac excluded; See https://github.com/juspay/services-flake/issues/231
system: [x86_64-linux, aarch64-darwin]
steps:
- uses: actions/checkout@v4
- name: Build all flake outputs
run: om ci run --extra-access-tokens "github.com=${{ secrets.GITHUB_TOKEN }}" --systems "${{ matrix.system }}"