Skip to content

Commit

Permalink
re-enable git actions js tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vpodlesnyak committed May 13, 2022
1 parent 3317866 commit 2600d88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
- name: Assemble
run: ./gradlew assemble
- name: Run JS Tests
if: ${{ false }}
run: ./gradlew cleanTest jsTest
run: ./gradlew cleanTest jsLegacyTest
- name: Upload JS test artifact
uses: actions/upload-artifact@v2
if: failure()
Expand Down

0 comments on commit 2600d88

Please sign in to comment.