Skip to content

ci: add installation test for OS and arch #9

ci: add installation test for OS and arch

ci: add installation test for OS and arch #9

Workflow file for this run

name: Test installation script
on:
push:
branches:
- "*"
pull_request:
branches:
- master
jobs:
test-install:
name: Test install.sh
runs-on: "${{ matrix.os }}"
strategy:
matrix:
os:
- ubuntu-24.04
# - ubuntu-22.04
# - ubuntu-20.04
# - macos-14
# - macos-13
# - macos-12
# arch:
# - x64
# - arm64
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run install script
run: |
curl -fsSL https://raw.githubusercontent.com/PierreBeucher/cloudypad/${{ github.sha }}/install.sh | CLOUDYPAD_VERSION=${{ github.sha }} sh
- name: Check version
run: |
export PATH=$PATH:/home/runner/.cloudypad/bin
cloudypad --version