Skip to content

Commit

Permalink
Debugging GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lealobanov committed Jul 13, 2024
1 parent b51bd0a commit 269900f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-kotlin-examples-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: start_emulator
if: ${{ steps.build.outcome == 'success' }}
run: |
flow init
cd ./kotlin-example
nohup flow emulator start -v > flow-emulator.log 2>&1 &
- name: Wait for emulator to start
Expand Down

0 comments on commit 269900f

Please sign in to comment.