Skip to content

cleaning temporary files in missions #538

cleaning temporary files in missions

cleaning temporary files in missions #538

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