Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Run unit test workflow on push in forks
  • Loading branch information
gsingh04 committed Dec 20, 2022
commit 3912c4da26ff46fb3e118750014ad38bb8755479
4 changes: 4 additions & 0 deletions .github/workflows/run-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
name: Unit Test

on:
push:
branches:
- '*'
pull_request:
types: [opened, edited, reopened, synchronize]

jobs:
unittest:
name: Unit Test Check
if: {{ (github.repository_owner != 'aws-solutions' && github.event_name == 'push') || (github.repository_owner == 'aws-solutions' && github.event_name == 'pull_request')}}
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down