Skip to content

Commit

Permalink
Run GHA in Environment to allow external contributions
Browse files Browse the repository at this point in the history
  • Loading branch information
michhyun1 committed Mar 24, 2022
1 parent 7ad1bdf commit 95657e8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
integ-content-share-job-one:
name: Content Share Integration Test Suite One
runs-on: ubuntu-latest
environment: CI Workflow
steps:
- name: Checkout Package
uses: actions/checkout@v2
Expand All @@ -60,6 +61,7 @@
integ-content-share-job-two:
name: Content Share Integration Test Suite Two
runs-on: ubuntu-latest
environment: CI Workflow
steps:
- name: Checkout Package
uses: actions/checkout@v2
Expand All @@ -86,6 +88,7 @@
integ-background-blur:
name: Audio and Video Transforms Integration Test
runs-on: ubuntu-latest
environment: CI Workflow
steps:
- name: Checkout Package
uses: actions/checkout@v2
Expand Down Expand Up @@ -115,6 +118,7 @@
integ-audio:
name: Audio Integration Test
runs-on: ubuntu-latest
environment: CI Workflow
steps:
- name: Checkout Package
uses: actions/checkout@v2
Expand All @@ -141,6 +145,7 @@
integ-messaging:
name: Messaging Integration Test
runs-on: ubuntu-latest
environment: CI Workflow
env:
MESSAGING_USER_ARN: ${{secrets.MESSAGING_USER_ARN}}
steps:
Expand Down Expand Up @@ -172,6 +177,7 @@
integ-data-message:
name: Miscellaneous Integration Test
runs-on: ubuntu-latest
environment: CI Workflow
steps:
- name: Checkout Package
uses: actions/checkout@v2
Expand Down Expand Up @@ -204,6 +210,7 @@
integ-transcription:
name: Transcription Integration Test
runs-on: ubuntu-latest
environment: CI Workflow
steps:
- name: Checkout Package
uses: actions/checkout@v2
Expand All @@ -230,6 +237,7 @@
integ-video:
name: Video Integration Test
runs-on: ubuntu-latest
environment: CI Workflow
steps:
- name: Checkout Package
uses: actions/checkout@v2
Expand All @@ -256,6 +264,7 @@
integ-video-app:
name: Video Test App Integration Test
runs-on: ubuntu-latest
environment: CI Workflow
steps:
- name: Checkout Package
uses: actions/checkout@v2
Expand Down

0 comments on commit 95657e8

Please sign in to comment.