Skip to content

Commit

Permalink
chore: ignore user-specific scripts instead
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornplusplus committed Feb 18, 2024
1 parent b4fcc86 commit cef21b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:

- name: Tweak options to run on GitHub
run: |
# Github runners already have a "admin" group.
sed -i 's/ADMIN_USER="admin"/ADMIN_USER="dummy-admin"/g' vars.sh
# 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: |
Expand Down

0 comments on commit cef21b9

Please sign in to comment.