Skip to content

Commit

Permalink
Test: Repo Template Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesthompson26-nhs committed Aug 21, 2024
1 parent dd1e331 commit 16fdfd4
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,5 @@ runs:
steps:
- name: Install dependencies and execute make config
shell: bash
run: |-
echo -n "
====================================================================\n
==== Starting setup for ${{ github.job }} ==== @ $(date) \n
====================================================================\n
"
run: |
scripts/setup/setup.sh
echo -n "
====================================================================\n
==== Setup done ${{ github.job }} ==== @ $(date) \n
====================================================================\n
"

0 comments on commit 16fdfd4

Please sign in to comment.