Skip to content

Commit

Permalink
Merge pull request #141 from Salesforce-org-Impact-Labs/shane-docs
Browse files Browse the repository at this point in the history
Shane docs
  • Loading branch information
mshanemc authored Jul 15, 2020
2 parents dde0cb9 + 5bd2639 commit c2060a4
Show file tree
Hide file tree
Showing 23 changed files with 81 additions and 1,066 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/deploys_with_apex_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@ name: Deploy, Run Apex Tests, Delete Org
on:
push:
branches:
- "**"
- "!master"
- '**'
- '!master'
paths-ignore:
- 'docs/**'
- 'README.md'

env:
CUMULUSCI_KEYCHAIN_CLASS: cumulusci.core.keychain.EnvironmentProjectKeychain
CUMULUSCI_SERVICE_github: ${{ secrets.CUMULUSCI_SERVICE_github }}

jobs:
unit_tests:
name: "Run Apex tests"
name: 'Run Apex tests'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -26,7 +29,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: "3.8"
python-version: '3.8'
- name: Install CumulusCI
run: |
python -m pip install -U pip
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- master
paths-ignore:
- 'docs/**'
- 'README.md'

env:
CUMULUSCI_KEYCHAIN_CLASS: cumulusci.core.keychain.EnvironmentProjectKeychain
Expand All @@ -12,7 +15,7 @@ env:

jobs:
unit_tests:
name: "Deploy to packaging org and beta release a package"
name: 'Deploy to packaging org and beta release a package'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -26,7 +29,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: "3.8"
python-version: '3.8'
- name: Install CumulusCI
run: |
python -m pip install -U pip
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/verifies_test_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- '**'
- '!master'
paths-ignore:
- 'docs/**'
- 'README.md'

env:
CUMULUSCI_KEYCHAIN_CLASS: cumulusci.core.keychain.EnvironmentProjectKeychain
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c2060a4

Please sign in to comment.