Skip to content

Commit

Permalink
Fix flaky Spark tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Murray committed Apr 11, 2021
1 parent f0291e0 commit ca501a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
MAVEN_USERNAME: ${{ secrets.OSSRH_ACCESS_ID }}
MAVEN_OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
SPARK_LOCAL_IP: localhost
- name: Push Docker images
run: |
echo '${{ secrets.DOCKER_TOKEN }}' | docker login -u '${{ secrets.DOCKER_USERNAME }}' --password-stdin
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
restore-keys: ${{ runner.os }}-gradle
- name: Build with Maven
run: mvn -B install javadoc:javadoc-no-fork --file pom.xml -Pcode-coverage,jdk8-tests -Dtest.log.level=WARN
env:
SPARK_LOCAL_IP: localhost
- name: Capture test results
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit ca501a4

Please sign in to comment.