Skip to content

Commit

Permalink
test update CI for the new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kisvegabor committed Jun 23, 2021
1 parent 4143b80 commit a3898b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: C/C++ CI

on:
push:
branches: [ master, dev ]
branches: [ feat/test-unity ]
pull_request:
branches: [master, dev ]
branches: [ feat/test-unity ]

jobs:
build:
Expand All @@ -15,4 +15,4 @@ jobs:
- uses: actions/checkout@v2
- uses: ammaraskar/gcc-problem-matcher@master
- name: Run tests
run: sudo apt-get install libpng-dev; cd tests; python ./build.py
run: sudo apt-get install libpng-dev ruby-full; cd tests; python ./main.py

0 comments on commit a3898b9

Please sign in to comment.