You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/10min-iiab-unittest-ubuntu.yml
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ jobs:
20
20
test-install:
21
21
runs-on: ubuntu-24.04
22
22
steps:
23
-
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
24
-
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
23
+
#- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
24
+
#- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
25
25
#- name: Dump GitHub context (typically almost 500 lines)
26
26
# env:
27
27
# GITHUB_CONTEXT: ${{ toJSON(github) }}
@@ -30,26 +30,31 @@ jobs:
30
30
uses: actions/checkout@v4
31
31
with:
32
32
fetch-depth: 0# Default is 1, but iiab-summary (below) needs git tag history. FYI "fetch-depth: 0" works but is way too greedy, downloading all branches. The ideal would've been "fetch-depth: 10000" with "fetch-tags: true" -- but this remains broken as of actions/checkout@v4 on 2025-03-26: see issues #217, #338, PR #1396, #1467, #1471, #1662 in https://github.com/actions/checkout -- Dec 2020 background: https://github.blog/open-source/git/get-up-to-speed-with-partial-clone-and-shallow-clone/
33
-
- run: echo "🍏 This job's status [SO FAR!] is ${{ job.status }}."
33
+
#- run: echo "🍏 This job's status [SO FAR!] is ${{ job.status }}."
0 commit comments