Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 16 additions & 6 deletions .github/workflows/navigator.yml → .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Navigator
name: Checks

on:
push:
Expand All @@ -13,17 +13,29 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2

# See https://github.com/actions/checkout/issues/165
- name: Create LFS file list
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
- name: Restore LFS cache
uses: actions/cache@v2
id: lfs-cache
with:
lfs: 'true'
path: .git/lfs
key: lfs-${{ hashFiles('.lfs-assets-id') }}-v1
- name: Git LFS Pull
run: git lfs pull

- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'

- name: Build
run: ./gradlew clean :readium:navigator:build -x test
run: ./gradlew clean build -x test
- name: Test
run: ./gradlew :readium:navigator:test --continue
run: ./gradlew test --continue

lint:
name: Lint
Expand All @@ -37,8 +49,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
lfs: 'true'
- name: Install dependencies
run: npm install --prefix "$scripts"
- name: Lint JavaScript
Expand Down
26 changes: 0 additions & 26 deletions .github/workflows/lcp.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/opds.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/shared.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/streamer.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/test-app.yml

This file was deleted.