Skip to content

Commit

Permalink
Test global infrastructure setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Oct 29, 2023
1 parent 029d7cb commit 9997a73
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
run-name: ${{ github.actor }} is running Unit Tests
on:
push:
branches:
- main
- feature/*
# pull_request:
# branches:
# - develop

permissions:
contents: write

jobs:
run-unit-tests:
uses: mage-os/infrastructure/.github/workflows/unit-tests.yml@main

0 comments on commit 9997a73

Please sign in to comment.