Skip to content

Allows specifying another user to have zsh installed for within environment using -u argument #220

Allows specifying another user to have zsh installed for within environment using -u argument

Allows specifying another user to have zsh installed for within environment using -u argument #220

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: "0 5 * * 2"
jobs:
test:
strategy:
matrix:
image: [ ubuntu, ubuntu-14.04, alpine, debian, amazonlinux, centos7, rockylinux8, rockylinux9, fedora]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test in ${{ matrix.image }}
run: ./test.sh ${{ matrix.image }}