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 1e0c10b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
TEST_TYPE: Integration-Test
SAUCE_USERNAME: ${{secrets.SAUCE_USERNAME}}
SAUCE_ACCESS_KEY: ${{secrets.SAUCE_ACCESS_KEY}}

environment: CI Workflow

jobs:
build:
Expand All @@ -34,6 +36,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 Down

0 comments on commit 1e0c10b

Please sign in to comment.