Skip to content

Commit

Permalink
fix: add job 'full-test' to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
moschiel committed Jan 15, 2025
1 parent 3b852f8 commit 0e1c511
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ jobs:
run : git submodule update --init --recursive
- name: Run unit test
run: ./unit-test.sh
full-test:
container: cuaesd/aesd-autotest:24-assignment3
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Checkout submodules
run : git submodule update --init --recursive
- name: Run full test
run: ./full-test.sh

0 comments on commit 0e1c511

Please sign in to comment.