Skip to content

Commit

Permalink
Remove copy_admin_scripts.sh from CI (#10)
Browse files Browse the repository at this point in the history
* Remove copy_admin_scripts.sh from CI
  • Loading branch information
mahdihasnat authored Jan 23, 2024
1 parent 81364dc commit 4ffab55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- uses: actions/checkout@v3

# Runs a single command using the runners shell
- name: Overwrite the run_order.json
run: |
echo "$(jq -r '.[].scripts |= map(select(. != "copy_admin_scripts.sh"))' scripts/run_order.json)" > scripts/run_order.json
- name: Run the scripts
run: |
sudo bash install.sh

0 comments on commit 4ffab55

Please sign in to comment.