Skip to content

Commit

Permalink
fix ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed May 12, 2024
1 parent 1db64a7 commit 5f1bf45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: clang-format-review

# You can be more specific, but it currently only works on pull requests
on: [pull_request]
on: [push, pull_request]

jobs:
clang-format:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install clang-tidy
run: |
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tetra-receiver-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v17
- run: nix build -vL .\#packages.x86_64-linux.tetra-receiver
- run: ./result/bin/test
- run: ./result/bin/unit_tests

0 comments on commit 5f1bf45

Please sign in to comment.