Skip to content

Commit

Permalink
Update github action to build brucutu
Browse files Browse the repository at this point in the history
  • Loading branch information
vpereira committed Nov 25, 2023
1 parent 50e5fe9 commit f8416d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
run: docker-compose build
- name: Run containers in the background
run: docker-compose up -d
- name: build brucutu
run: docker-compose exec -T runner bash -c "cd /brucutu && make build"
- name: Execute tests in runner container
run: docker-compose exec -T runner bash -c "cd /brucutu && make test"
- name: Execute integration tests in runner container
Expand Down

0 comments on commit f8416d1

Please sign in to comment.