Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Jan 6, 2024
1 parent 2a92c3f commit b7a10d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/prepare-integration-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ runs:
#
###################################################

- name: (PREPARE) Checkout Repository
uses: actions/checkout@v3
with:
lfs: true

- name: (PREPARE) Setup Git
run: |
git config --global user.name "${GITHUB_ACTOR}"
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/night.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
#
###################################################

- name: (PREPARE) Checkout Repository
uses: actions/checkout@v3
with:
lfs: true

- name: (PREPARE) Prepare environment
uses: ./.github/actions/prepare-integration-test
with:
Expand Down

0 comments on commit b7a10d7

Please sign in to comment.