mirror of https://github.com/commaai/panda.git
fix
This commit is contained in:
parent
8b46d013e0
commit
d67ba01b1f
|
@ -118,7 +118,7 @@ jobs:
|
|||
run: eval "$BUILD"
|
||||
- name: Mutation tests
|
||||
timeout-minutes: 5
|
||||
run: ${{ env.RUN }} "GIT_REF=${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.event.before || 'origin/master' }} MUTATION_MODE=${{ matrix.mutation_mode }} cd tests/safety && ./mutation.sh"
|
||||
run: ${{ env.RUN }} "GIT_REF=${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.event.before || 'origin/master' }} cd tests/safety && MUTATION_MODE=${{ matrix.mutation_mode }} ./mutation.sh"
|
||||
|
||||
static_analysis:
|
||||
name: static analysis
|
||||
|
|
Loading…
Reference in New Issue