(Testing) FIX sligth modification in payload in step 04 in update jexl_basic_attrs_in_update.test #3811
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Compliance Tests | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
- '!checkvalgrind**' | |
jobs: | |
compliance: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run Test | |
run: | | |
ci/deb/build.sh -s compliance -tp $(pwd) |