Skip to content

2 directory names / script names differed only in case #555

2 directory names / script names differed only in case

2 directory names / script names differed only in case #555

Workflow file for this run

name: GameShell CI
on: [push]
jobs:
test:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout the GameShell repo
uses: actions/checkout@v4
- if: ${{ matrix.platform == 'ubuntu-latest' }}
name: Install Linux deps
run: |
sudo apt install gettext man-db psmisc nano tree bsdmainutils zsh
# - if: ${{ matrix.platform == 'macos-latest' }}
# name: Install macOS deps
# run: |
# brew install coreutils pstree tree man-db
- name: Run the tests
run: |
make tests-bash && make tests-zsh