Skip to content

Commit

Permalink
fix(ci): sparse-checkout .github with ?san.supp
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Nov 18, 2023
1 parent f6186e1 commit 1413440
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/linux-eic-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,10 @@ jobs:
particle: [e]
detector_config: [craterlake]
steps:
- name: Checkout .github
uses: actions/checkout@v4
with:
sparse-checkout: .github
- name: Download install directory
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -425,6 +429,10 @@ jobs:
particle: [e]
detector_config: [craterlake]
steps:
- name: Checkout .github
uses: actions/checkout@v4
with:
sparse-checkout: .github
- name: Download install directory
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -468,6 +476,10 @@ jobs:
- tracking_efficiency
- tracking_occupancy
steps:
- name: Checkout .github
uses: actions/checkout@v4
with:
sparse-checkout: .github
- name: Download install directory
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -505,6 +517,10 @@ jobs:
particle: [pi, e]
detector_config: [craterlake]
steps:
- name: Checkout .github
uses: actions/checkout@v4
with:
sparse-checkout: .github
- name: Download install directory
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -620,6 +636,10 @@ jobs:
particle: [e]
detector_config: [ip6_extended]
steps:
- name: Checkout .github
uses: actions/checkout@v4
with:
sparse-checkout: .github
- name: Download install directory
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -671,6 +691,10 @@ jobs:
- beam: 5x41
minq2: 1000
steps:
- name: Checkout .github
uses: actions/checkout@v4
with:
sparse-checkout: .github
- name: Download install directory
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 1413440

Please sign in to comment.