Skip to content

Commit

Permalink
Disable source tests on ubuntu for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
stefaniapedrazzi authored May 17, 2023
1 parent ff55f4d commit 7dc1b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
if: ${{ contains(github.event.pull_request.labels.*.name, 'test sources') || github.event_name == 'schedule' }}
strategy:
matrix:
os: [ubuntu-20.04, macos-11]
os: [macos-11]
include:
- os: ubuntu-20.04
DEPENDENCIES_INSTALLATION: "sudo apt -y install clang-format-10 cppcheck"
Expand Down

0 comments on commit 7dc1b74

Please # to comment.