Skip to content

Commit

Permalink
Attemp #3 to fix the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jxwleong committed Sep 7, 2023
1 parent 59f2787 commit 403dffa
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/rtl_tb_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,12 @@ jobs:

- name: Build and run Verilog simulation
run:
(
# Subsequent step will back to root directory automatically
cd testbench/rtl_tb
make -f Makefile all
)
# Subsequent step will back to root directory automatically
working-directory: testbench/rtl_tb
make -f Makefile all


- name: Clean up
run:
(
cd testbench/rtl_tb
make -f Makefile clean
)
working-directory: testbench/rtl_tb
make -f Makefile clean

0 comments on commit 403dffa

Please sign in to comment.