Skip to content

Commit

Permalink
Test fix for CI
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Sep 6, 2023
1 parent 8de20f9 commit 56e8787
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: Continuous Integration

# Continuous integration test for ocr-fileformat.

Expand All @@ -11,14 +11,7 @@ on:

jobs:
linux:
runs-on: ${{ matrix.config.os }}
strategy:
fail-fast: false
matrix:
config:
# macOS is still unsupported by ocr-fileformat, sorry.
# - { os: macos-12 }
- { os: ubuntu-22.04 }
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand All @@ -32,7 +25,7 @@ jobs:
- name: Run make all
run: |
make all
make all PREFIX=$HOME
- name: Run tests
run: |
Expand Down

0 comments on commit 56e8787

Please sign in to comment.