File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 - AUTHORS
1010 - doc/**
1111 - .github/**
12- - ' !.github/workflows/ubsan-asan .yml'
12+ - ' !.github/workflows/test-ubsan .yml'
1313 push :
1414 branches :
1515 - main
2222 - AUTHORS
2323 - doc/**
2424 - .github/**
25- - ' !.github/workflows/ubsan-asan .yml'
25+ - ' !.github/workflows/test-ubsan .yml'
2626
2727concurrency :
2828 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -45,19 +45,19 @@ jobs:
4545 LINK : g++
4646 CONFIG_FLAGS : --enable-ubsan
4747 steps :
48- - uses : actions/checkout@v3
48+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4949 with :
5050 persist-credentials : false
5151 - name : Store suppressions path
5252 run : |
5353 echo "UBSAN_OPTIONS=suppressions=$GITHUB_WORKSPACE/suppressions.supp" >> $GITHUB_ENV
5454 - name : Set up Python ${{ env.PYTHON_VERSION }}
55- uses : actions/setup-python@v4
55+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
5656 with :
5757 python-version : ${{ env.PYTHON_VERSION }}
5858 - name : Environment Information
5959 run : npx envinfo
6060 - name : Build
6161 run : make build-ci -j2 V=1
6262 - name : Test
63- run : make run-ci -j2 V=1 TEST_CI_ARGS="-p actions -t 300 --measure-flakiness 9"
63+ run : make run-ci -j2 V=1 TEST_CI_ARGS="-p actions --node-args='--test-reporter=spec' --node-args='--test-reporter-destination=stdout' - t 300 --measure-flakiness 9"
You can’t perform that action at this time.
0 commit comments