Skip to content

Commit

Permalink
Disable test builds for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwin committed Aug 27, 2024
1 parent cbd3669 commit 45b60fa
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
with:
yaml_file: .github/conf_esp_idf.yml

tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install cpp
run: sudo apt-get install -y build-essential
- name: chmod
run: sudo chmod +x test/*.sh
- name: runtest
run: sudo test/test.sh
#tests:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: install cpp
# run: sudo apt-get install -y build-essential
# - name: chmod
# run: sudo chmod +x test/*.sh
# - name: runtest
# run: sudo test/test.sh

0 comments on commit 45b60fa

Please sign in to comment.