build(deps): bump clap from 4.5.45 to 4.5.51 #1081
This file contains hidden or 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: "Mockoon Tests" | |
| "on": | |
| push: | |
| branches: [master] | |
| pull_request: | |
| branches: [master] | |
| jobs: | |
| mockoon-tests: | |
| runs-on: ubuntu-latest | |
| container: | |
| image: quay.io/keylime/keylime-ci:latest | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - name: NPM installation | |
| run: dnf install -y npm | |
| - name: Run Mockoon CLI | |
| uses: mockoon/cli-action@v2 | |
| with: | |
| version: latest | |
| data-file: keylime-push-model-agent/test-data/verifier.json | |
| port: 3000 | |
| - name: Set git safe.directory for the working directory | |
| run: git config --system --add safe.directory "$PWD" | |
| - name: Mockoon tests custom script execution | |
| run: bash tests/mockoon_tests.sh |