Skip to content

chore(deps): bump GoogleCloudPlatform/release-please-action from 4 to 5 #198

chore(deps): bump GoogleCloudPlatform/release-please-action from 4 to 5

chore(deps): bump GoogleCloudPlatform/release-please-action from 4 to 5 #198

Workflow file for this run

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