Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Fix nightly build (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi authored Feb 22, 2020
1 parent 20972e5 commit 5921645
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,18 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Set Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x

- name: yarn install
run: yarn install

- name: Lint
run: yarn run format-check

- name: yarn test
run: yarn test
- name: Smoke Test
uses: ./
with:
java-version: ${{ matrix.operating-system }}
java-version: ${{ matrix.jdk-version }}
- run: java -version

0 comments on commit 5921645

Please sign in to comment.