Skip to content

Commit

Permalink
🌻
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Jul 4, 2023
1 parent 8e89e38 commit 3040d11
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ on:
types: [main-updated]
jobs:
test:
name: Test Azure Server
runs-on: ubuntu-latest
strategy:
matrix:
platform: [macos-latest]

name: Test Azure ${{ matrix.platform }}
runs-on: ${{ matrix.platform }}
permissions:
contents: read
deployments: write
Expand Down

0 comments on commit 3040d11

Please sign in to comment.