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 8c91b2e commit 200297fCopy full SHA for 200297f
.github/workflows/e2e.yml
@@ -33,6 +33,10 @@ jobs:
33
echo
34
- name: Checkout repo
35
uses: actions/checkout@v2
36
+ - name: Print available disk space
37
+ run: |
38
+ echo "Available disk space:"
39
+ sudo df -h
40
- name: Cache ICU4C binary versions
41
id: icu4c-binaries
42
uses: actions/cache@v3
@@ -50,8 +54,16 @@ jobs:
50
54
uses: actions-rs/toolchain@v1
51
55
with:
52
56
toolchain: 1.82
57
58
59
60
53
61
- name: Run End-to-end script
62
run: bash generateDataAndRun.sh
63
64
65
66
67
- name: Setup Pages
68
id: pages
69
uses: actions/configure-pages@v4
0 commit comments