Skip to content

Commit

Permalink
ci: Set XDP_TEST_IN_CI in the release workflow too
Browse files Browse the repository at this point in the history
So we can run the release action and skip the USB test, which is
known to be failing only on CI.
  • Loading branch information
GeorgesStavracas committed Dec 21, 2024
1 parent 0606dc1 commit eca5620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
container:
image: ${{ needs.build-container.outputs.image }}
options: ${{ needs.build-container.outputs.image_options }}
env:
XDP_TEST_IN_CI: 1

steps:
- name: Configure git user
Expand Down

0 comments on commit eca5620

Please sign in to comment.