Skip to content

Commit

Permalink
Diable the passed tests and setup ssh into the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
byeonggiljun committed Jan 17, 2025
1 parent 04a7b65 commit 8ad690b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/all-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
check-diff:
uses: ./.github/workflows/check-diff.yml

c:
uses: ./.github/workflows/only-c.yml
needs: check-diff
# c:
# uses: ./.github/workflows/only-c.yml
# needs: check-diff

cpp:
uses: ./.github/workflows/only-cpp.yml
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/serialization-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
sudo apt-get install -y libprotobuf-c-dev protobuf-c-compiler protobuf-compiler libprotobuf-dev python3-protobuf
- name: Install LinguaFrancaBase
run: pip3 install LinguaFrancaBase
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Run serialization tests;
run: |
source /opt/ros/*/setup.bash
Expand Down

0 comments on commit 8ad690b

Please sign in to comment.