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 0dda0d3 commit 69a2c64
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/qa_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
run: |
make TEST_FLAG=-DTESTING
ls
cd tests/MEM
make clean
make
- run: |
mkdir artifacts
- uses: actions/upload-artifact@master
Expand Down Expand Up @@ -80,10 +77,7 @@ jobs:
name: build-artifacts
- name: Run MEM tests
run: |
cd tests/MEM
make clean
make
./mem.sh
./tests/MEM/mem.sh
- uses: actions/upload-artifact@master
if: failure()
with:
Expand Down

0 comments on commit 69a2c64

Please sign in to comment.