Skip to content

Commit

Permalink
Remove non-working steps
Browse files Browse the repository at this point in the history
  • Loading branch information
salbahra committed Jul 24, 2023
1 parent 9765b70 commit fedb867
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,8 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get install gcc-multilib g++-multilib
npm install
- name: Start demo firmware
run: |
grunt shell:startDemo
- name: Run test steps
run: |
grunt test
- name: Stop demo firmware
run: |
grunt shell:stopDemo
- name: Aggregate and post results
run: |
lcov-result-merger './coverage/results-*.lcov' './coverage/results.lcov'
cat coverage/results.lcov | codecov.io.js
cat coverage/results.lcov | coveralls
grunt

0 comments on commit fedb867

Please sign in to comment.