Skip to content

Commit

Permalink
Update qa_test.yml
Browse files Browse the repository at this point in the history
Signed-off-by: anjalidk <[email protected]>
  • Loading branch information
anjalidk authored Mar 19, 2024
1 parent 5a3d9cb commit 16a74a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/qa_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ jobs:
name: build-artifacts
- name: Run MEM tests
run: |
./tests/MEM/mem.sh
cd tests/MEM
make clean
make
./mem.sh
- uses: actions/upload-artifact@master
if: failure()
with:
Expand Down

0 comments on commit 16a74a5

Please sign in to comment.