Skip to content

Commit

Permalink
Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fede-26 committed Feb 18, 2024
1 parent ae883d4 commit 399fd70
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/VUnit.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
runs-on: ubuntu-latest
steps:
name: VUnit Tests

- uses: actions/checkout@v2
on:
push:
pull_request:

- uses: VUnit/vunit_action@master
with:
cmd: run.py
jobs:

test:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v2

- uses: VUnit/vunit_action@master

0 comments on commit 399fd70

Please sign in to comment.