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

Commit

Permalink
Fix GitHub action yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Oct 23, 2023
1 parent 7e1011f commit 4510613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Start Docker Compose & build
run: cd docker && docker-compose up -d

# Run tests (FIXME: it never fails)
# Run tests (FIXME: it never fails)
- name: Build and Run Underpass Tests
run: docker-compose -f docker-compose.yml exec -T underpass sh -c "cd /code/build && make check -j `nproc`"

0 comments on commit 4510613

Please sign in to comment.