Skip to content

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #789

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #789

name: porter/porter-install-check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
linux:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: Test Install Script
run: scripts/test/test-linux-install.sh
shell: bash
windows:
runs-on: windows-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: Test Install Script
run: scripts\test\test-windows-install.ps1
shell: powershell
macos:
runs-on:
- macos-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: Test Install Script
run: scripts/test/test-mac-install.sh
shell: bash