We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f0c48 commit 62119d9Copy full SHA for 62119d9
.github/workflows/integration-tests.yaml
@@ -9,6 +9,7 @@ on:
9
10
jobs:
11
test:
12
+ name: Test
13
runs-on: ubuntu-latest
14
permissions:
15
contents: read
.github/workflows/unit-tests.yaml
@@ -8,6 +8,7 @@ on:
8
action.yaml
@@ -13,7 +13,7 @@ runs:
- name: Install dependencies
shell: bash
run: |
16
- venv="$(mktemp -d venv)"
+ venv="$(mktemp -d gha-extract-shell-scripts-venv)"
17
python3 -m venv "$venv"
18
source "$venv/bin/activate"
19
python3 -m pip install -r "${{ github.action_path }}/requirements.txt"
0 commit comments