Skip to content

Commit

Permalink
ci: Adapt Java skip logic
Browse files Browse the repository at this point in the history
  • Loading branch information
jGleitz committed Feb 11, 2020
1 parent 76dcb5a commit 6630284
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Skip Java tests
if: matrix.os != 'ubuntu-latest' || matrix.node-version != 12 || github.ref == 'refs/heads/master'
run: echo "::set-env name=SKIP_JAVA_TESTS::true"
run: echo "::set-env name=FAIL_IF_NO_JAVA::false"

- name: Init platform
id: init
Expand Down Expand Up @@ -122,8 +122,6 @@ jobs:

- name: Unit tests
run: yarn jest --maxWorkers=2 --ci --coverageReporters=text-summary
env:
FAIL_IF_NO_JAVA: 'true'

- name: E2E Test
run: yarn test-e2e

0 comments on commit 6630284

Please sign in to comment.