Skip to content

Commit

Permalink
Updating conditional logic
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaFetters committed Jul 21, 2023
1 parent 62b3686 commit 61ce8e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
destination: ${{ matrix.destination }}
scheme: ${{ matrix.scheme }}
test-plan: ${{ matrix.test-plan }}
- if: ${{ matrix.run-js-tests }} == true
name: Run-JS-Tests
- name: Run-JS-Tests
if: ${{ matrix.run-js-tests == true }}
shell: bash
working-directory: Sources/ApolloCodegenLib/Frontend/JavaScript/
run: |
Expand Down

0 comments on commit 61ce8e1

Please sign in to comment.