Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Jan 24, 2024
1 parent b16534a commit fb7380c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-zui
- run: |
npm add --global nx@latest
NUM=1
while true; do
echo "Run number ${NUM}:"
nx run zed-node:test
NUM=$(expr $NUM + 1)
done

0 comments on commit fb7380c

Please sign in to comment.