Skip to content

ci: uci/copy-templates (#19) #51

ci: uci/copy-templates (#19)

ci: uci/copy-templates (#19) #51

Workflow file for this run

name: Test Download
on: [push]
jobs:
Use-Action:
name: Use Action
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v3
with:
path: start-ipfs-daemon-action
- uses: ipfs/download-ipfs-distribution-action@v1
- uses: ./start-ipfs-daemon-action