Skip to content

Commit

Permalink
Experiment event
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed May 22, 2024
1 parent e83d749 commit 5f89ffe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,18 @@ jobs:
- name: Setup Development Environment
uses: ./.github/actions/pytest-plugins-environment

- name: Show event
run: echo ${{ github.event.workflow_call.head_commit.message }}

- name: Evaluate Whether to Run Slow Tests
if: ${{ ! contains(github.event.head_commit.message, '[run-slow-tests]') }}
run: |
echo ${{ github.event.head_commit.message }}
echo ${{ github.event.workflow_call.head_commit.message }}
echo 'RUN_SLOW_TESTS=-m "not slow"' >> $GITHUB_ENV
- name: Run Tests of All Plugins
run: |
echo "PYTEST_ADDOPTS = $PYTEST_ADDOPTS"
echo "PYTEST_ADDOPTS = $PYTEST_ADDOPTS"
just test
env:
SAAS_HOST: ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_HOST }}
Expand Down

0 comments on commit 5f89ffe

Please sign in to comment.