Skip to content

Update action input descriptions. #57

Update action input descriptions.

Update action input descriptions. #57

Workflow file for this run

on: [ push ]
jobs:
test:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
version: [ 0.16.0, 0.18.0 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ./
with:
dfx-version: ${{ matrix.version }}
install-moc: true
vessel-version: 0.7.0
- run: |
dfx --version
moc --version
vessel --version