Skip to content

Bump robinraju/release-downloader from 1.10 to 1.11 (#24) #69

Bump robinraju/release-downloader from 1.10 to 1.11 (#24)

Bump robinraju/release-downloader from 1.10 to 1.11 (#24) #69

---
name: Functional Tests
on: # yamllint disable-line rule:truthy
pull_request: {}
push:
branches:
- main
defaults:
run:
shell: sh
jobs:
setup-enry:
name: Setup enry
timeout-minutes: 5
strategy:
fail-fast: false
matrix:
os: ["ubuntu", "macos", "windows"]
version: ["1.0.0", "1.1.0", "1.2.0"]
runs-on: ${{ matrix.os }}-latest
steps:
- name: Checkout ${{ github.repository }}
uses: actions/checkout@v4
- name: Setup Enry
uses: ./
with:
version: ${{ matrix.version }}
- name: Run CLI
run: enry --version