chore(deps): bump GoogleCloudPlatform/release-please-action from 4 to 5 #198
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: Build | |
| on: | |
| push: | |
| branches: | |
| - master | |
| pull_request: | |
| jobs: | |
| plugin_test: | |
| name: asdf plugin test | |
| runs-on: ubuntu-latest | |
| container: | |
| image: ubuntu:latest | |
| steps: | |
| - name: Install dependencies | |
| run: | | |
| apt-get update | |
| apt-get install -y bash ca-certificates curl gcc git libc6-dev libssl-dev make | |
| - uses: asdf-vm/actions/plugin-test@v4 | |
| with: | |
| command: redis-cli --version |