Skip to content

Commit

Permalink
Tidy build.yml and TestExtraScalarTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Oct 28, 2021
1 parent f3cab4e commit 704a138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
matrix:
java_version: [8]
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up Java
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java_version }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertTrue;

class TestExtraScalarTypes extends BaseTestCase {

Expand Down

0 comments on commit 704a138

Please sign in to comment.