Skip to content

Commit

Permalink
Run tests as part of the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Antti committed Jan 10, 2024
1 parent 4975d37 commit cbfb9b6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
- uses: ruby/setup-ruby-pkgs@v1
with:
ruby-version: 3.3.0
- run: sudo apt-get update && sudo apt-get install -y libopencv-dev
- run: sudo apt-get update && sudo apt-get install -y libopencv-dev libvips
- run: gem update --system
- run: gem build libfacedetection.gemspec
- run: gem install $(ls -1 *.gem)
- run: rake gem
- run: gem install $(ls -1 pkg/*.gem)
- run: bundle install
- run: ruby tests/test_detection.rb
# compile_native_gem:
# name: Compile native gem
# runs-on: ubuntu-latest
Expand Down

0 comments on commit cbfb9b6

Please sign in to comment.