Add the script for downloading the dummy file from s3 bucket of storage_scale #232
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: Verification of Jenkins jobs | |
on: | |
pull_request: | |
branches: | |
- '*' | |
jobs: | |
pull_request: | |
name: Verify Jenkins jobs | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: build JJB container image | |
run: docker build -t nfs-ganesha-ci-tests -f tests/Containerfile . | |
- name: update Jenkins Jobs | |
run: docker run --rm nfs-ganesha-ci-tests:latest |