Skip to content

Commit

Permalink
.github/workflows/nsof-build-and-test: Make integration tests stand a…
Browse files Browse the repository at this point in the history
…lone

Run package build even if integration tests fails
  • Loading branch information
drubinMeta committed Oct 15, 2023
1 parent 1b70af5 commit 1e22295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nsof-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ jobs:

cross-compile:
runs-on: ubuntu-latest
needs: [unittest, integration-tests, lint]
needs: [unittest, lint]
strategy:
matrix:
os:
Expand Down

0 comments on commit 1e22295

Please sign in to comment.