Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
qdeslandes committed Jan 31, 2025
1 parent 2e80cac commit 72f3fb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Checkout bpfilter
uses: actions/checkout@v2
- name: Restore the cached test results
uses: actions/restore@v4
uses: actions/cache/restore@v4
with:
path: build/output/tests
key: tests-results
Expand All @@ -126,7 +126,7 @@ jobs:
- name: Build
run: make -C $GITHUB_WORKSPACE/build -j `nproc` e2e
- name: Cache the test results
uses: actions/save@v4
uses: actions/cache/save@v4
if: matrix.host.arch == 'x64' && github.ref == 'refs/heads/main'
with:
path: build/output/tests
Expand Down

0 comments on commit 72f3fb0

Please sign in to comment.