Skip to content

Commit ce391d0

Browse files
Enable testing on PR
1 parent fe2010e commit ce391d0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/qa.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Runs quality assurance checks
22
name: "qa"
33
on:
4+
pull_request:
45
push:
56
branches:
67
- "release/**"

QA/rundocker.bash

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ EOF
1313

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

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

0 commit comments

Comments
 (0)