Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix failing tests, update github actions #6

Merged
merged 2 commits into from
Feb 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@ on:
branches: [ "master" ]

jobs:
build:
name: Build
run-scripts:
name: Run scripts
runs-on: ubuntu-22.04
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- 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

# Runs a single command using the runners shell
- name: Run the scripts
run: |
sudo bash install.sh
sudo ./install.sh