Skip to content

Commit

Permalink
Enable testing on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoCeratto committed May 20, 2023
1 parent fe2010e commit ce391d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Runs quality assurance checks
name: "qa"
on:
pull_request:
push:
branches:
- "release/**"
Expand Down
4 changes: 3 additions & 1 deletion QA/rundocker.bash
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ EOF

$DOCKER build -t jafar-qa ./QA/

$DOCKER run --privileged -v$(pwd):/jafar -w/jafar setarch --addr-no-randomize jafar-qa ./QA/dockermain.sh "$@"
$DOCKER run --privileged -v$(pwd):/jafar -w/jafar \
setarch --addr-no-randomize \
jafar-qa ./QA/dockermain.sh "$@"

0 comments on commit ce391d0

Please sign in to comment.