Skip to content

chore(deps): bump asdf-vm/actions from 2 to 3 (#36) #29

chore(deps): bump asdf-vm/actions from 2 to 3 (#36)

chore(deps): bump asdf-vm/actions from 2 to 3 (#36) #29

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
asdf_plugin_test:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: asdf plugin test
uses: asdf-vm/actions/plugin-test@v3
with:
command: firebase --help
github_token: ${{ github.token }}
bats:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install asdf dependencies
uses: asdf-vm/actions/install@v3
- name: Run tests
run: bats test
env:
GITHUB_API_TOKEN: ${{ github.token }}