diff --git a/.github/workflows/feature_test.yml b/.github/workflows/feature_test.yml index e3dd76e..885f46e 100644 --- a/.github/workflows/feature_test.yml +++ b/.github/workflows/feature_test.yml @@ -1,19 +1,21 @@ name: Tests on: + workflow_dispatch: + pull_request: + types: [opened, synchronize, reopened] # Default push: branches: - main - - feature/** jobs: tests: name: run feature tests - runs-on: macos-latest + runs-on: sfdc-ubuntu-latest steps: - uses: actions/checkout@v2 - name: Setup Python 3.8 - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.8 - name: Install CumulusCI