We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f5aaa3 commit 9efd34dCopy full SHA for 9efd34d
1 file changed
.github/workflows/bencher.yml
@@ -34,6 +34,12 @@ jobs:
34
with:
35
fetch-depth: 0
36
37
+ - name: "Install dependencies"
38
+ shell: bash
39
+ run: |
40
+ set -ex
41
+ ./scripts/setup-ci.sh
42
+
43
- name: "Machine info"
44
shell: bash
45
run: &machine_info |
@@ -52,12 +58,6 @@ jobs:
52
58
echo "CCF_PLATFORM_SLUG=virtual" >> "$GITHUB_ENV"
53
59
fi
54
60
55
- - name: "Install dependencies"
56
- shell: bash
57
- run: |
- set -ex
- ./scripts/setup-ci.sh
-
61
- name: "Confirm running on Virtual"
62
run: |
63
set -ex
0 commit comments