Skip to content

chore(deps): update dependency python to v3.13.0 #21

chore(deps): update dependency python to v3.13.0

chore(deps): update dependency python to v3.13.0 #21

Workflow file for this run

name: Test
on:
pull_request:
paths-ignore:
- '**.md'
push:
paths-ignore:
- '**.md'
jobs:
plugin-test:
runs-on: ubuntu-22.04
steps:
- uses: hmarr/debug-action@f7318c783045ac39ed9bb497e22ce835fdafbfe6
- uses: actions/checkout@3b9b8c884f6b4bb4d5be2779c26374abadae0871
- name: Install asdf
uses: asdf-vm/actions/setup@6278efebb38ae025cc91dd008910f549e775a8c8
- name: Move database-tools plugin to asdf plugins dir
run: |
mkdir -p ${ASDF_DIR}/plugins
cp -r . ${ASDF_DIR}/plugins/database-tools
- name: Run database-tools plugin tests
run: |
echo "Trying to list all versions of database-tools"
asdf list all database-tools
echo "Trying to install database-tools 0.8.2"
asdf install database-tools 0.8.2
asdf list database-tools | grep 0.8.2
- uses: asdf-vm/actions/plugin-test@6278efebb38ae025cc91dd008910f549e775a8c8
with:
command: mongo-archive --help