Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Dec 18, 2023
1 parent bf0dcbb commit 6306d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable_build_test_driverkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:

- name: Set integration tests DRIVERVERSIONS env
if: inputs.arch == 'amd64'
run: echo 'DRIVERVERSIONS="master 6.0.1+driver 2.0.0+driver 17f5df52a7d9ed6bb12d3b1768460def8439936d"' >> $GITHUB_ENV
run: echo "DRIVERVERSIONS=master 6.0.1+driver 2.0.0+driver 17f5df52a7d9ed6bb12d3b1768460def8439936d" >> $GITHUB_ENV

- name: Set integration tests DRIVERVERSIONS env
if: inputs.arch == 'arm64'
run: echo 'DRIVERVERSIONS="master 6.0.1+driver 2.0.0+driver"' >> $GITHUB_ENV
run: echo "DRIVERVERSIONS=master 6.0.1+driver 2.0.0+driver" >> $GITHUB_ENV

- name: Integration tests
run: make integration_test
Expand Down

0 comments on commit 6306d33

Please sign in to comment.