Skip to content

Commit

Permalink
Add setup test step
Browse files Browse the repository at this point in the history
  • Loading branch information
RRozak committed Dec 17, 2024
1 parent 6c59886 commit 57974f6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
yum update -y
yum install -y libnsl bc time make gcc gcc-c++ perl python39
- name: Setup repository
uses: actions/checkout@v4

Expand All @@ -79,5 +80,10 @@ jobs:
run: |
./install.sh
- name: Run Tests:
- name: Setup Tests
run: |
make install-uvm
source activate.sh
- name: Run Tests
run: _secret_run_i3c_tests

0 comments on commit 57974f6

Please sign in to comment.