Skip to content

Commit

Permalink
Revert "Try vivid"
Browse files Browse the repository at this point in the history
This reverts commit 324beb4.
  • Loading branch information
tiagocoutinho committed Jul 27, 2024
1 parent 324beb4 commit 115c4de
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,6 @@ jobs:
sudo udevadm control --reload-rules
sudo udevadm trigger
lsmod
- name: Run scripts in Renode
uses: antmicro/renode-linux-runner-action@v1
with:
shared-dirs: ./
renode-run: |
ls -l
pip install .
lsmod
devices: vivid
- name: Set up Python ${{ matrix.python-version }}
id: setuppy
uses: actions/setup-python@v5
Expand Down Expand Up @@ -89,22 +80,3 @@ jobs:
recreate: true
- name: Write to Job Summary
run: cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY

tests-vivid:
name: "Tests with vivid"
runs-on: "ubuntu-latest"
permissions: write-all

steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run tests with vivd in renode
uses: antmicro/renode-linux-runner-action@v1
with:
renode-run: |
lsmod
pwd
ls -l
pip install ward
ward
devices: vivid

0 comments on commit 115c4de

Please sign in to comment.