fix(postinst): enable missed vscode check (#9) #38
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Tests | |
on: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
branches: [ "master" ] | |
jobs: | |
run-scripts: | |
name: Run scripts | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Tweak options to run on GitHub | |
run: | | |
# Ignore user-specific scripts for GitHub runners | |
sed -i 's/add_users.sh//g' scripts/run_order.txt | |
sed -i 's/copy_admin_scripts.sh//g' scripts/run_order.txt | |
- name: Run the scripts | |
run: | | |
sudo ./install.sh |