Merge pull request #140 from Azure/dependabot/github_actions/actions/… #88
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 test | |
on: | |
pull_request: {} | |
push: {} | |
jobs: | |
build: | |
name: Build | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code into the Go module directory | |
uses: actions/checkout@v4 | |
- name: Verification test | |
run: | | |
hack/verify-all.sh | |
flexvolume/blobfuse/test/run-test.sh | |
flexvolume/smb/test/run-test.sh | |
docker build --no-cache -t smb:test flexvolume/smb/deployment/smb-flexvol-installer/ | |
docker build --no-cache -t blobfuse:test flexvolume/blobfuse/deployment/blobfuse-flexvol-installer/ | |