Skip to content

Commit 62119d9

Browse files
committed
Tweaks
1 parent 44f0c48 commit 62119d9

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
test:
12+
name: Test
1213
runs-on: ubuntu-latest
1314
permissions:
1415
contents: read

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
test:
11+
name: Test
1112
runs-on: ubuntu-latest
1213
permissions:
1314
contents: read

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
- name: Install dependencies
1414
shell: bash
1515
run: |
16-
venv="$(mktemp -d venv)"
16+
venv="$(mktemp -d gha-extract-shell-scripts-venv)"
1717
python3 -m venv "$venv"
1818
source "$venv/bin/activate"
1919
python3 -m pip install -r "${{ github.action_path }}/requirements.txt"

0 commit comments

Comments
 (0)