Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into suggest_app
Browse files Browse the repository at this point in the history
  • Loading branch information
xcoulon authored Sep 2, 2024
2 parents 1db8d58 + 256fad2 commit fffff44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ on:
- master
tags-ignore:
- '*.*'
pull_request:
branches:
- master

jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
name: Test with coverage
name: build and test

steps:
- name: Checkout code
Expand Down

0 comments on commit fffff44

Please sign in to comment.