Skip to content

Commit

Permalink
Configure git for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
doshitan committed Dec 30, 2024
1 parent 4f4cb8a commit fb321e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-nix-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/configure-git
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-pipx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/configure-git
- uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
Expand Down

0 comments on commit fb321e8

Please sign in to comment.