Skip to content

Bump Azure.Storage.Blobs and 34 others #7

Bump Azure.Storage.Blobs and 34 others

Bump Azure.Storage.Blobs and 34 others #7

Workflow file for this run

name: demo
on:
push:
branches: [ main ]
paths:
- examples/demo/**
pull_request:
branches: [ main ]
paths:
- examples/demo/**
workflow_dispatch:
permissions:
contents: read
jobs:
build:
strategy:
matrix:
os:
- ubuntu-latest
- ubuntu-24.04-arm
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag: v4.2.2
- name: Test demo
run: make test
working-directory: examples/demo
timeout-minutes: 10