File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 11
11
- main
12
12
paths-ignore :
13
13
- " **.md"
14
- env :
15
- CARGO_TERM_COLOR : always
16
- GCP_ZONE : europe-west3-a
17
- # HOME: /home/ubuntu
14
+ env :
15
+ CARGO_TERM_COLOR : always
16
+ GCP_ZONE : europe-west3-a
17
+
18
18
jobs :
19
19
create-runner :
20
20
runs-on : ubuntu-latest
40
40
steps :
41
41
- uses : actions/checkout@v4
42
42
43
+ - name : echo region
44
+ run : echo $GCP_ZONE
45
+
46
+ - name : echo region2
47
+ run : echo ${{ env.$GCP_ZONE }}
48
+
43
49
- name : Set HOME
44
50
run : echo "HOME=/home/ubuntu" >> ${GITHUB_ENV}
45
51
62
68
args : --check
63
69
64
70
- name : Run tests with benchmarks
65
- run : cargo test --features runtime-benchmarks
66
-
67
- # - name: Delete runner VM
68
- # if: always()
69
- # run: >
70
- # gcloud compute instances delete
71
- # gce-gh-runner-${{ github.run_id }}-${{ github.run_attempt }}
72
- # --quiet --zone europe-west2-a
71
+ run : cargo test --features runtime-benchmarks
You can’t perform that action at this time.
0 commit comments