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

Commit

Permalink
Testing GitHub action yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Oct 24, 2023
1 parent a68fc1b commit 67c14c0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ jobs:
- name: Start Docker Compose & build
run: cd docker && docker-compose up -d

# Run tests
# Build tests
- name: Build tests
run: docker-compose -f docker-compose.yml exec -T underpass sh -c "cd /code/build && make check -j `nproc`"

# Copy Underpass library
- name: Copy library
run: docker-compose -f docker-compose.yml exec -T underpass sh -c "cp /code/build/.libs/libunderpass.so /usr/lib"

# Run individual test for testing
- name: Run individual test
run: |
Expand Down

0 comments on commit 67c14c0

Please sign in to comment.