From 0e1c511f77fa4d15d37ac83cc4a23f0100063d41 Mon Sep 17 00:00:00 2001 From: Roger Moschiel Date: Wed, 15 Jan 2025 08:47:23 -0300 Subject: [PATCH] fix: add job 'full-test' to github actions --- .github/workflows/github-actions.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 79c977e..2ff697c 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -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 \ No newline at end of file