Skip to content

Commit

Permalink
Added execution for N8 build executable in build verification on work…
Browse files Browse the repository at this point in the history
…flow pipeline.
  • Loading branch information
nthnn committed Nov 10, 2024
1 parent 209daf6 commit 70a4e46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_ci_darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Build verification
run: |
./dist/n8
ls -ral dist
find dist | sort | sed -e "s/[^-][^\/]*\// |/g" -e "s/|\([^ ]\)/|-\1/"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Build verification
run: |
./dist/n8
ls dist -ral
find dist | sort | sed -e "s/[^-][^\/]*\// |/g" -e "s/|\([^ ]\)/|-\1/"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Build verification
run: |
dist\n8
dir dist
tree dist
Expand Down

0 comments on commit 70a4e46

Please sign in to comment.