Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chbinousamy committed Sep 13, 2023
1 parent 7746862 commit c6a44d9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ name: CI Workflow
# Controls when the action will run. Workflow runs when manually triggered using the UI
# or API.
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
# Inputs the workflow accepts.
inputs:
Expand Down Expand Up @@ -39,5 +43,8 @@ jobs:
- run: npm install -g
- run: |
mkdir -p testdir
azurite -s -l ./testdir -d ./testdir/debug.log
start azurite -- -s -l ./testdir -d ./testdir/debug.log &
azurite status &
sleep 5
azurite stop
cat ./azurite/debug.log

0 comments on commit c6a44d9

Please sign in to comment.