Skip to content

Commit

Permalink
Merge pull request #1 from parithosh/remove-whitespace
Browse files Browse the repository at this point in the history
remove whitespace
  • Loading branch information
parithosh authored Jul 11, 2022
2 parents f443c28 + a8509a6 commit ec798a3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
echo "spec_test_type=${{ github.event.inputs.test_type || env.TEST_TYPE }}" >> $GITHUB_ENV
- name: set TEST_TYPE
if: ${{ github.event_name == 'push' && github.ref_name != 'master' }}
if: ${{ (github.event_name == 'push' && github.ref_name != 'master') || github.event_name == 'pull_request' }}
run: |
echo "spec_test_type=${{ env.TEST_TYPE}}" >> $GITHUB_ENV
- name: set TEST_TYPE
Expand Down Expand Up @@ -115,6 +115,4 @@ jobs:
- name: Run linter for pyspec
run: make lint
- name: Run linter for test generators
run: make lint_generators


run: make lint_generators

0 comments on commit ec798a3

Please sign in to comment.