Merge pull request #9 from zekker6/renovate/actions-checkout-4.x #42
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: Test | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
jobs: | |
asdf: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 | |
- name: Install asdf dependencies | |
uses: asdf-vm/actions/install@v2 | |
- name: Run plugin test | |
env: | |
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
run: asdf plugin test asdf-aws-iam-authenticator . | |
- name: Run plugin add | |
run: asdf plugin add asdf-aws-iam-authenticator https://github.com/zekker6/asdf-aws-iam-authenticator.git | |
- name: Run install | |
run: asdf install asdf-aws-iam-authenticator latest |